ControlDefinition.InternalName Property
Parent Object: ControlDefinitionDescription
Property that returns the internal name. This name is the internal unique identifier for the ControlDefinition.
Syntax
ControlDefinition.InternalName() As StringProperty Value
This is a read only property whose value is a String.Samples
Name | Description |
Print list of all Inventor Commands | This sample prints the internal names and descriptions of all commands (aka ControlDefinitions) in Inventor. |