VariableCollectionRemoveByName Method  | 
 
            Delete the variable with the specified name.
            
 
    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 RemoveByName(
	char name
)
Public MustOverride Sub RemoveByName ( 
	name As Char
)
Parameters
- name
 - Type: SystemChar
 Name of the variable to delete  
See Also