Heureka API .NET Documentation
TreeLayers Property (PredictionUnit)



Gets or sets the tree layer descriptions for the prediction unit (only available for at initial period) Refers to "skiktbeskrivning" on NFI plots, and is used as auxiliary information in regeneration model.
Syntax
'Declaration
 
Public Property TreeLayers As List(Of TreeLayer)
'Usage
 
Dim instance As PredictionUnit
Dim value As List(Of TreeLayer)
 
instance.TreeLayers = value
 
value = instance.TreeLayers
public List<TreeLayer> TreeLayers {get; set;}
public:
property List<TreeLayer^>^ TreeLayers {
   List<TreeLayer^>^ get();
   void set (    List<TreeLayer^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PredictionUnit Class
PredictionUnit Members

Send Feedback