SelectionGroupCollectionItem Property |
Get the selection graphic group at the specified index in the collection.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract SelectionGroup this[
int index
] { get; }
Public MustOverride ReadOnly Default Property Item (
index As Integer
) As SelectionGroup
Get
Parameters
- index
- Type: SystemInt32
Index of selected graphic group to retrieve.
Return Value
Type:
SelectionGroup Represents a selection graphic group at a specified index in the collection
SelectionGroup .
See Also