Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
BuiltIn |
Property that specifies if the control or definition is a standard Autodesk Inventor control or definition. Built-in ones have restrictions in the edits that can be performed. |
ClientId |
Property that returns the string that uniquely identifies the client. |
Count |
Property that returns the number of commands in this category. |
DisplayName |
Property that returns the display name of the command category. This is the name displayed to the user and can vary between locales. |
InternalName |
Property that returns the name of the command category. The name is the internal English name of the command category. This name will remain constant and is not affected by locale. The name is never displayed to the user. The display name is what's shown to the user. |
Item |
Returns the specified object in the collection. |
Parent |
Property that returns the parent object from whom this object can logically be reached. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |