CommandManagerRemoveCommand Method |
Delete the command.
Namespace:
RootPro.RootProCAD.Command
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void RemoveCommand(
string uniqueName
)
Public MustOverride Sub RemoveCommand (
uniqueName As String
)
Parameters
- uniqueName
- Type: SystemString
Unique name assigned to the command.
See Also