ESRI.ArcGIS.ADF.ArcGISServer
GetLabelPointsAsync(SpatialReference,Polygon[]) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > GetLabelPointsAsync Method : GetLabelPointsAsync(SpatialReference,Polygon[]) Method




SpatialReference
InPolygonArray

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetLabelPointsAsync( _
   ByVal SpatialReference As SpatialReference, _
   ByVal InPolygonArray() As Polygon _
) 
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim SpatialReference As SpatialReference
Dim InPolygonArray() As Polygon
 
instance.GetLabelPointsAsync(SpatialReference, InPolygonArray)
C# 
public void GetLabelPointsAsync( 
   SpatialReference SpatialReference,
   Polygon[] InPolygonArray
)

Parameters

SpatialReference
InPolygonArray

See Also

© 2010 All Rights Reserved.