Heureka API .NET Documentation
HarvestClusterGenerator Constructor(SortedDictionary<Int32,Polygon>)



Initializes the generator with a sorted dictionary as input
Syntax
'Declaration
 
Public Function New( _
   ByVal polygons As SortedDictionary(Of Integer,Polygon) _
)
'Usage
 
Dim polygons As SortedDictionary(Of Integer,Polygon)
 
Dim instance As New HarvestClusterGenerator(polygons)
public HarvestClusterGenerator( 
   SortedDictionary<int,Polygon> polygons
)
public:
HarvestClusterGenerator( 
   SortedDictionary<int,Polygon^>^ polygons
)

Parameters

polygons
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

HarvestClusterGenerator Class
HarvestClusterGenerator Members
Overload List

Send Feedback