Heureka API .NET Documentation
AdjacenciesCalculator Constructor(Boolean)



Set to true if two polygons must share a border and not only touch
Syntax
'Declaration
 
Public Function New( _
   Optional ByVal checkLinesOnly As Boolean _
)
'Usage
 
Dim checkLinesOnly As Boolean
 
Dim instance As New AdjacenciesCalculator(checkLinesOnly)
public AdjacenciesCalculator( 
   bool checkLinesOnly
)
public:
AdjacenciesCalculator( 
   bool checkLinesOnly
)

Parameters

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

AdjacenciesCalculator Class
AdjacenciesCalculator Members
Overload List

Send Feedback