ArcGIS Runtime SDK for WPF - Library Reference
LabelPoints Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class : LabelPoints Method

graphics
The graphics used to calculate label points.
Generates a set of points suitable for displaying labels for the given set of Graphics.

Syntax

Visual Basic (Declaration) 
Public Function LabelPoints( _
   ByVal graphics As IList(Of Graphic) _
) As IList(Of Graphic)
C# 
public IList<Graphic> LabelPoints( 
   IList<Graphic> graphics
)

Parameters

graphics
The graphics used to calculate label points.

Return Value

Returns a collection of individual points taken from all of the graphics that were supplied.

Example

If you supply a single polygon that has one ring and the one ring contains a set of five points. The result returned will be a graphics collection of those 5 individual points.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.