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

obj
The object to which the property is written.
value
The ClusterChildElementsProperty of the specified element.
Sets the value of the ClusterChildElementsProperty attached property for a given object.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetClusterChildElements( _
   ByVal obj As DependencyObject, _
   ByVal value As String _
) 
C# 
public static void SetClusterChildElements( 
   DependencyObject obj,
   string value
)

Parameters

obj
The object to which the property is written.
value
The ClusterChildElementsProperty of the specified element.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.