Show / Hide Table of Contents

Class UiShim

Extension methods that work on an inventor application com object reference

Inheritance
System.Object
UiShim
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: InventorShims
Assembly: InventorShims.dll
Syntax
public static class UiShim

Methods

| Improve this Doc View Source

GetActiveColorSchemeBackground(Application)

Gets the background type enum in a more memorable way

Declaration
public static BackgroundTypeEnum GetActiveColorSchemeBackground(this Application inventorAppToWork)
Parameters
Type Name Description
Inventor.Application inventorAppToWork
Returns
Type Description
Inventor.BackgroundTypeEnum
| Improve this Doc View Source

GetActiveColorSchemeName(Application)

Gets the active color scheme name as a string

Declaration
public static string GetActiveColorSchemeName(this Application inventorAppToWork)
Parameters
Type Name Description
Inventor.Application inventorAppToWork
Returns
Type Description
System.String
| Improve this Doc View Source

SetActiveColorScheme(Application, String)

Sets the active color scheme name, passed in as a string

Declaration
public static void SetActiveColorScheme(this Application inventorAppToWork, string colorSchemeNameToActivate)
Parameters
Type Name Description
Inventor.Application inventorAppToWork
System.String colorSchemeNameToActivate
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX