C# Класс Landis.Extension.BaseHarvest.MultiSpeciesCohortSelector

Removes certain cohorts of one or more species from a site.
Наследование: ICohortSelector
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Harvest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects which of a species' cohorts are harvested.

MultiSpeciesCohortSelector ( ) : Landis.Library.AgeOnlyCohorts
this ( ISpecies species ) : SelectCohorts.Method

Gets or sets the selection method for a species.

When getting the selection method, if a species has none, null is returned.

Описание методов

Harvest() публичный Метод

Selects which of a species' cohorts are harvested.
public Harvest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
Результат void

MultiSpeciesCohortSelector() публичный Метод

public MultiSpeciesCohortSelector ( ) : Landis.Library.AgeOnlyCohorts
Результат Landis.Library.AgeOnlyCohorts

this() публичный Метод

Gets or sets the selection method for a species.
When getting the selection method, if a species has none, null is returned.
public this ( ISpecies species ) : SelectCohorts.Method
species ISpecies
Результат SelectCohorts.Method