Heureka API .NET Documentation
CalculateCommonBorders Method



Syntax
'Declaration
 
Public Function CalculateCommonBorders( _
   ByVal dictOfPolygons As IDictionary(Of Guid,IFeature), _
   Optional ByVal featureSet As DotSpatial.Data.IFeatureSet _
) As Boolean
'Usage
 
Dim instance As AdjacenciesCalculator
Dim dictOfPolygons As IDictionary(Of Guid,IFeature)
Dim featureSet As DotSpatial.Data.IFeatureSet
Dim value As Boolean
 
value = instance.CalculateCommonBorders(dictOfPolygons, featureSet)
public bool CalculateCommonBorders( 
   IDictionary<Guid,IFeature> dictOfPolygons,
   DotSpatial.Data.IFeatureSet featureSet
)
public:
bool CalculateCommonBorders( 
   IDictionary<Guid,IFeature^>^ dictOfPolygons,
   DotSpatial.Data.IFeatureSet^ featureSet
) 

Parameters

dictOfPolygons
featureSet
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

Send Feedback