C# Class Landis.Extension.BaseHarvest.AllSpeciesCohortSelector

Removes certain cohorts of all species from a site.
Inheritance: ICohortSelector
Show file Open project: LANDIS-II-Foundation/Extensions-Disturbance

Public Methods

Method Description
Harvest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects which of a species' cohorts are harvested.

Method Details

Harvest() public method

Selects which of a species' cohorts are harvested.
public Harvest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
return void