Heureka API .NET Documentation
SetInitialAgeManually Method



Used in Heureka API when tree layer data is added after SiteData has been created
Syntax
'Declaration
 
Public Sub SetInitialAgeManually( _
   ByVal age As Nullable(Of Double) _
) 
'Usage
 
Dim instance As SiteData
Dim age As Nullable(Of Double)
 
instance.SetInitialAgeManually(age)
public void SetInitialAgeManually( 
   Nullable<double> age
)
public:
void SetInitialAgeManually( 
   Nullable<double> age
) 

Parameters

age
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