Heureka API .NET Documentation
StandNeighbourhoodCommand Constructor



Initializes a new instance of the AdjacenciesCommand class, based on the specified project.
Syntax
'Declaration
 
Public Function New( _
   ByVal dbInfo As DBInfo, _
   ByVal analysisArea As AnalysisArea, _
   ByVal radius As Integer _
)
'Usage
 
Dim dbInfo As DBInfo
Dim analysisArea As AnalysisArea
Dim radius As Integer
 
Dim instance As New StandNeighbourhoodCommand(dbInfo, analysisArea, radius)
public StandNeighbourhoodCommand( 
   DBInfo dbInfo,
   AnalysisArea analysisArea,
   int radius
)
public:
StandNeighbourhoodCommand( 
   DBInfo^ dbInfo,
   AnalysisArea^ analysisArea,
   int radius
)

Parameters

dbInfo
analysisArea
radius
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

StandNeighbourhoodCommand Class
StandNeighbourhoodCommand Members

Send Feedback