Click or drag to resize

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)
Syntax
public abstract void RemoveByName(
	char name
)

Parameters

name
Type: SystemChar
Name of the variable to delete
See Also