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 SourceGetActiveColorSchemeBackground(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 |
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 |
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 |