Heureka API .NET Documentation
CliquesAndClustersCommand Constructor



Initializes a new instance of the AdjacenciesCommand class, based on the specified project.
Syntax
'Declaration
 
Public Function New( _
   ByVal maxArea As Double, _
   ByVal minBorderLen As Integer, _
   ByVal maxClusterSize As Integer, _
   ByVal analysisArea As AnalysisArea, _
   ByVal cliquesCommonPoint As Boolean _
)
'Usage
 
Dim maxArea As Double
Dim minBorderLen As Integer
Dim maxClusterSize As Integer
Dim analysisArea As AnalysisArea
Dim cliquesCommonPoint As Boolean
 
Dim instance As New CliquesAndClustersCommand(maxArea, minBorderLen, maxClusterSize, analysisArea, cliquesCommonPoint)
public CliquesAndClustersCommand( 
   double maxArea,
   int minBorderLen,
   int maxClusterSize,
   AnalysisArea analysisArea,
   bool cliquesCommonPoint
)
public:
CliquesAndClustersCommand( 
   double maxArea,
   int minBorderLen,
   int maxClusterSize,
   AnalysisArea^ analysisArea,
   bool cliquesCommonPoint
)

Parameters

maxArea
minBorderLen
maxClusterSize
analysisArea
cliquesCommonPoint
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

CliquesAndClustersCommand Class
CliquesAndClustersCommand Members

Send Feedback