Heureka API .NET Documentation
LayerMeanDiameterDg Property



Gets or sets the mean diameter dg (Quadratic mean diameter, cm) for the layer.
Syntax
'Declaration
 
Public Property LayerMeanDiameterDg As Nullable(Of Double)
'Usage
 
Dim instance As ApiTreeLayerData
Dim value As Nullable(Of Double)
 
instance.LayerMeanDiameterDg = value
 
value = instance.LayerMeanDiameterDg
public Nullable<double> LayerMeanDiameterDg {get; set;}
public:
property Nullable<double> LayerMeanDiameterDg {
   Nullable<double> get();
   void set (    Nullable<double> value);
}

Property Value

The mean diameter dg (Quadratic mean diameter, cm).
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

ApiTreeLayerData Class
ApiTreeLayerData Members

Send Feedback