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