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




SpatialReference
InPolylineArray
LengthUnit
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginGetLengths2( _
   ByVal SpatialReference As SpatialReference, _
   ByVal InPolylineArray() As Polyline, _
   ByVal LengthUnit As LinearUnit, _
   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 LengthUnit As LinearUnit
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginGetLengths2(SpatialReference, InPolylineArray, LengthUnit, callback, asyncState)
C# 
public IAsyncResult BeginGetLengths2( 
   SpatialReference SpatialReference,
   Polyline[] InPolylineArray,
   LinearUnit LengthUnit,
   AsyncCallback callback,
   object asyncState
)

Parameters

SpatialReference
InPolylineArray
LengthUnit
callback
asyncState

See Also

© 2010 All Rights Reserved.