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

cluster
The graphics cluster.
center
The center of the graphic.
maxClusterCount
The size of the largest cluster in the collection.
Creates a graphic that represents a cluster.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Function OnCreateGraphic( _
   ByVal cluster As GraphicCollection, _
   ByVal center As MapPoint, _
   ByVal maxClusterCount As Integer _
) As Graphic
C# 
protected abstract Graphic OnCreateGraphic( 
   GraphicCollection cluster,
   MapPoint center,
   int maxClusterCount
)

Parameters

cluster
The graphics cluster.
center
The center of the graphic.
maxClusterCount
The size of the largest cluster in the collection.

Return Value

Graphic

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.