ESRI.ArcGIS.ADF.ArcGISServer
BeginGetLengths Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class : BeginGetLengths Method




SpatialReference
InPolylineArray
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginGetLengths( _
   ByVal SpatialReference As SpatialReference, _
   ByVal InPolylineArray() As Polyline, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim SpatialReference As SpatialReference
Dim InPolylineArray() As Polyline
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginGetLengths(SpatialReference, InPolylineArray, callback, asyncState)
C# 
public IAsyncResult BeginGetLengths( 
   SpatialReference SpatialReference,
   Polyline[] InPolylineArray,
   AsyncCallback callback,
   object asyncState
)

Parameters

SpatialReference
InPolylineArray
callback
asyncState

See Also

© 2010 All Rights Reserved.