Click or drag to resize

VariableCollectionIndexOf Method

Returns the index in the collection of variables 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 int IndexOf(
	char name
)

Parameters

name
Type: SystemChar
The name of the variable.

Return Value

Type: Int32
The zero-based index number of the variable in the collection. If there are no variables in the collection, the return value is -1.
See Also