ArcGIS API for WPF - Library Reference
OnClusteringCompleted Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Clusterer Class : OnClusteringCompleted Method

clusters
The clusters.
Called when clustering is complete.

Syntax

Visual Basic (Declaration) 
Protected Sub OnClusteringCompleted( _
   ByVal clusters As IEnumerable(Of Graphic) _
) 
C# 
protected void OnClusteringCompleted( 
   IEnumerable<Graphic> clusters
)

Parameters

clusters
The clusters.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.