Heureka API .NET Documentation
PlotTypes Property (ForestData)



Gets plot types on treatment unit
Syntax
'Declaration
 
<DescriptionAttribute("Types of plots")>
<DisplayNameAttribute("Plot Types")>
Public ReadOnly Property PlotTypes As PlotTypes
'Usage
 
Dim instance As ForestData
Dim value As PlotTypes
 
value = instance.PlotTypes
[Description("Types of plots")]
[DisplayName("Plot Types")]
public PlotTypes PlotTypes {get;}
[Description("Types of plots")]
[DisplayName("Plot Types")]
public:
property PlotTypes PlotTypes {
   PlotTypes get();
}
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

ForestData Class
ForestData Members

Send Feedback