Heureka API .NET Documentation
AdjacenciesCalculator Constructor(DBInfo,IEnumerable<TreatmentUnit>,Boolean)



Set to true if two polygons must share a border and not only touch
Syntax
'Declaration
 
Public Function New( _
   ByVal dbInfo As DBInfo, _
   ByVal tuColl As IEnumerable(Of TreatmentUnit), _
   Optional ByVal checkLinesOnly As Boolean _
)
'Usage
 
Dim dbInfo As DBInfo
Dim tuColl As IEnumerable(Of TreatmentUnit)
Dim checkLinesOnly As Boolean
 
Dim instance As New AdjacenciesCalculator(dbInfo, tuColl, checkLinesOnly)
public AdjacenciesCalculator( 
   DBInfo dbInfo,
   IEnumerable<TreatmentUnit> tuColl,
   bool checkLinesOnly
)
public:
AdjacenciesCalculator( 
   DBInfo^ dbInfo,
   IEnumerable<TreatmentUnit^>^ tuColl,
   bool checkLinesOnly
)

Parameters

dbInfo
tuColl
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