Click or drag to resize

CommandParameterGroupCollectionItem Property

Get the command parameter group at the specified index 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 CommandParameterGroup this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of command parameter group to retrieve.

Return Value

Type: CommandParameterGroup
represents the command parameter group at the specified index in the collection CommandParameterGroup.
See Also