IEcoregionDatasetItem Property (Int32) |
Gets the parameters for a ecoregion.
Namespace: Landis.CoreAssembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
SyntaxIEcoregion this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IEcoregion
Get
property IEcoregion^ default[int index] {
IEcoregion^ get (int index);
}
abstract Item : IEcoregion with get
Parameters
- index
- Type: SystemInt32
The ecoregion's index in the dataset.
Property Value
Type:
IEcoregion
See Also