Heureka API .NET Documentation
UpdateImpedimentFraction Method



Update the impediment fraction of this site data. After calling this method, make sure to recalculate the plot area to reset the tree expansion factor
Syntax
'Declaration
 
Public Sub UpdateImpedimentFraction( _
   ByVal impedimentFraction As Nullable(Of Double) _
) 
'Usage
 
Dim instance As SiteData
Dim impedimentFraction As Nullable(Of Double)
 
instance.UpdateImpedimentFraction(impedimentFraction)
public void UpdateImpedimentFraction( 
   Nullable<double> impedimentFraction
)
public:
void UpdateImpedimentFraction( 
   Nullable<double> impedimentFraction
) 

Parameters

impedimentFraction
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

SiteData Class
SiteData Members

Send Feedback