Heureka API .NET Documentation
prepareInputData Method



Reads input data from DB and connects neighbour Polygons
Syntax
'Declaration
 
Public Function prepareInputData() As SortedDictionary(Of Integer,Polygon)
'Usage
 
Dim instance As CliquesAndClustersLongWorker
Dim value As SortedDictionary(Of Integer,Polygon)
 
value = instance.prepareInputData()
public SortedDictionary<int,Polygon> prepareInputData()
public:
SortedDictionary<int,Polygon^>^ prepareInputData(); 

Return Value

A sorted dictionary with 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

CliquesAndClustersLongWorker Class
CliquesAndClustersLongWorker Members

Send Feedback