ESRI.ArcGIS.ADF.ArcGISServer
GetLabelPoints(List<Polygon>) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > GetLabelPoints Method : GetLabelPoints(List<Polygon>) Method




polygons
The polygons.
Generates a set of points suitable for displaying labels for the given set of polygons. The spatial reference of the first polygon must not be null, and all polygons are assumed to be in the same spatial reference.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetLabelPoints( _
   ByVal polygons As List(Of Polygon) _
) As List(Of Point)
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim polygons As List(Of Polygon)
Dim value As List(Of Point)
 
value = instance.GetLabelPoints(polygons)
C# 
public List<Point> GetLabelPoints( 
   List<Polygon> polygons
)

Parameters

polygons
The polygons.

Return Value

The list of label points for the polygons.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.