Click or drag to resize
IEcoregionDataset Interface
A read-only collection of ecoregion parameters.

Namespace: Landis.Core
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
public interface IEcoregionDataset : IEnumerable<IEcoregion>, 
	IEnumerable

The IEcoregionDataset type exposes the following members.

Methods
  NameDescription
Public methodFind
Finds an ecoregion's parameters by its map code.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIEcoregion.)
Top
Properties
See Also