Obsolete. Superseded by ICommandManager::RemoveCommandGroup2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemoveCommandGroup( _
ByVal UserID As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICommandManager
Dim UserID As System.Integer
Dim value As System.Boolean
value = instance.RemoveCommandGroup(UserID) |
C# | |
---|
System.bool RemoveCommandGroup(
System.int UserID
) |
C++/CLI | |
---|
System.bool RemoveCommandGroup(
& System.int UserID
) |
Parameters
- UserID
- User-defined ID for this CommandGroup
Return Value
True if the CommandGroup is removed, false if not
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14