Gets or sets the custom names in the CommandGroup.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CustomNames As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICommandGroup
Dim value As System.String
instance.CustomNames = value
value = instance.CustomNames |
C# | |
---|
System.string CustomNames {get; set;} |
C++/CLI | |
---|
property System.String^ CustomNames {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
String containing the custom names in the CommandGroup (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14