C# Class Landis.Extension.BaseHarvest.ReservedStand

A stand that's been set aside for a future harvest.
Show file Open project: LANDIS-II-Foundation/Extensions-Disturbance

Public Properties

Property Type Description
NextTimeToHarvest int
Stand Stand

Public Methods

Method Description
ReservedStand ( Stand stand, int nextTimeToHarvest )

Method Details

ReservedStand() public method

public ReservedStand ( Stand stand, int nextTimeToHarvest )
stand Stand
nextTimeToHarvest int

Property Details

NextTimeToHarvest public property

public int NextTimeToHarvest
return int

Stand public property

public Stand Stand
return Stand