Click or drag to resize
IEcoregion Interface
The information for an ecoregion (its index and parameters).

Namespace: Landis.Core
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
public interface IEcoregion : IEcoregionParameters

The IEcoregion type exposes the following members.

Properties
  NameDescription
Public propertyActive
Indicates whether the sites in the ecoregion are active in a scenario.
(Inherited from IEcoregionParameters.)
Public propertyDescription
Description, e.g., "wetlands", "water", or "pine barrens".
(Inherited from IEcoregionParameters.)
Public propertyIndex
Index of the ecoregion in the dataset of ecoregion parameters.
Public propertyMapCode
Code that identifies the ecoregion on a map.
(Inherited from IEcoregionParameters.)
Public propertyName
Name
(Inherited from IEcoregionParameters.)
Top
See Also