CommandCollectionRemove Method  | 
 
            Delete the specified command.
            
 
    Namespace: 
   RootPro.RootProCAD.Command
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntaxpublic abstract void Remove(
	Command command
)
Public MustOverride Sub Remove ( 
	command As Command
)
Parameters
- command
 - Type: RootPro.RootProCAD.CommandCommand
 Commands in the collection.  
See Also