Heureka API .NET Documentation
AdjacenciesCommand Constructor



Set to true if two polygons must share a border and not only touch
Initializes a new instance of the AdjacenciesCommand class, based on the specified project.
Syntax
'Declaration
 
Public Function New( _
   ByVal dbInfo As DBInfo, _
   ByVal area As AnalysisArea, _
   Optional ByVal checkLinesOnly As Boolean _
)
'Usage
 
Dim dbInfo As DBInfo
Dim area As AnalysisArea
Dim checkLinesOnly As Boolean
 
Dim instance As New AdjacenciesCommand(dbInfo, area, checkLinesOnly)
public AdjacenciesCommand( 
   DBInfo dbInfo,
   AnalysisArea area,
   bool checkLinesOnly
)
public:
AdjacenciesCommand( 
   DBInfo^ dbInfo,
   AnalysisArea^ area,
   bool checkLinesOnly
)

Parameters

dbInfo
area
checkLinesOnly
Set to true if two polygons must share a border and not only touch
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

AdjacenciesCommand Class
AdjacenciesCommand Members

Send Feedback