VariableCollectionItem Property (Int32) |
Gets or sets the variable 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 Variable this[
int index
] { get; set; }
Public MustOverride Default Property Item (
index As Integer
) As Variable
Get
Set
Parameters
- index
- Type: SystemInt32
Index of variable to retrieve.
Return Value
Type:
Variable Variable representing the variable at the specified index in the collection.
See Also