Click or drag to resize

CommandCollectionIndexOf Method

Returns the index in the collection of 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)
Syntax
public abstract int IndexOf(
	Command command
)

Parameters

command
Type: RootPro.RootProCAD.CommandCommand
Commands in the collection.

Return Value

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