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)
Syntaxpublic abstract CommandParameterGroup this[
	int index
] { get; }Public MustOverride ReadOnly Default Property Item ( 
	index As Integer
) As CommandParameterGroup
	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