Click or drag to resize

VariableCollectionContains Method

Retrieves whether a variable with the specified name is included in the collection.

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 bool Contains(
	char name
)

Parameters

name
Type: SystemChar
The name of the variable.

Return Value

Type: Boolean
True if the variable with the specified name is in the collection. False if not included.
See Also