Gets the command ID for the specified item in the CommandGroup.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property CommandID( _
ByVal CommandIndex As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICommandGroup
Dim CommandIndex As System.Integer
Dim value As System.Integer
value = instance.CommandID(CommandIndex) |
C++/CLI | |
---|
property System.int CommandID {
System.int get(System.int CommandIndex);
} |
Parameters
- CommandIndex
- Index of the item in the CommandGroup
Property Value
Command ID of the specified item
Example
Remarks
See Also
Availability
SOLIDWORKS 2007 FCS, Revision Number 15