ESRI.ArcGIS.ADF.ArcGISServer
GetLabelPoints(Generic List) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > GetLabelPoints Method : GetLabelPoints(Generic List) 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.

See Also

© 2010 All Rights Reserved.