Heureka API .NET Documentation
Cliques Property



Gets the generated cliques
Syntax
'Declaration
 
Public ReadOnly Property Cliques As List(Of PolygonSet)
'Usage
 
Dim instance As MaximalCliquesGenerator
Dim value As List(Of PolygonSet)
 
value = instance.Cliques
public List<PolygonSet> Cliques {get;}
public:
property List<PolygonSet^>^ Cliques {
   List<PolygonSet^>^ get();
}
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

Send Feedback