Heureka API .NET Documentation
MaximalCliquesGenerator 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 MaximalCliquesGenerator(polygons)
public MaximalCliquesGenerator( 
   SortedDictionary<int,Polygon> polygons
)
public:
MaximalCliquesGenerator( 
   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

MaximalCliquesGenerator Class
MaximalCliquesGenerator Members
Overload List

Send Feedback