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