| RegionCollectionItem Property |
Gets the
Region at the specified index.
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public Region this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Region
Get
public:
property Region^ default[int index] {
Region^ get (int index);
}
member Item : Region with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the Region to get.
Return Value
Type:
Region
The
Region at the index.
See Also