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

cluster
The graphics cluster.
point
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 Overrides Function OnCreateGraphic( _
   ByVal cluster As GraphicCollection, _
   ByVal point As MapPoint, _
   ByVal maxClusterCount As Integer _
) As Graphic
C# 
protected override Graphic OnCreateGraphic( 
   GraphicCollection cluster,
   MapPoint point,
   int maxClusterCount
)

Parameters

cluster
The graphics cluster.
point
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.