Heureka API .NET Documentation
CircumferenceCommand Constructor



Forest database
Treatment units to calculate circumference for
Initializes a new instance of the AdjacenciesCommand class, based on the specified project.
Syntax
'Declaration
 
Public Function New( _
   ByVal db As DBInfo, _
   ByVal treatmentUnitGuids As IEnumerable(Of Guid) _
)
'Usage
 
Dim db As DBInfo
Dim treatmentUnitGuids As IEnumerable(Of Guid)
 
Dim instance As New CircumferenceCommand(db, treatmentUnitGuids)
public CircumferenceCommand( 
   DBInfo db,
   IEnumerable<Guid> treatmentUnitGuids
)
public:
CircumferenceCommand( 
   DBInfo^ db,
   IEnumerable<Guid>^ treatmentUnitGuids
)

Parameters

db
Forest database
treatmentUnitGuids
Treatment units to calculate circumference for
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

CircumferenceCommand Class
CircumferenceCommand Members

Send Feedback