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 |
Read-only property that indicates if this radial marking menu is a standard Inventor marking menu or one created by an add-in. Returns True in the case where it’s an Inventor marking menu. |
ClientId |
Read-only property that returns the string that uniquely identifies the client that created this radial marking menu. This is the CLSID of the AddIn in a string form, e.g. "{C9A6C580-3817-11D0-BE4E-080036E87B02}".
If the menu is built-in, an empty string is returned. |
EastControl |
Gets and sets the command to display in the east control. |
InternalName |
Read-only property that returns the internal name of the radial marking menu. This is a unique name with respect to all other radial marking menus and can be used to access a specific radial marking menu. |
Name |
Read-write property that gets and sets the name of the radial marking menu. |
NorthControl |
Gets and sets the command to display in the north control. |
NortheastControl |
Gets and sets the command to display in the north-east control. |
NorthwestControl |
Gets and sets the command to display in the north-west control. |
SouthControl |
Gets and sets the command to display in the south control. |
SoutheastControl |
Gets and sets the command to display in the south-east control. |
SouthwestControl |
Gets and sets the command to display in the south-west control. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |
WestControl |
Gets and sets the command to display in the west control. |