ESRI.ArcGIS.ADF.ArcGISServer.Local
GetLengths2Async(SpatialReference,Polyline[],LinearUnit,Object) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerDcomProxy Class > GetLengths2Async Method : GetLengths2Async(SpatialReference,Polyline[],LinearUnit,Object) Method




SpatialReference
InPolylineArray
LengthUnit
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetLengths2Async( _
   ByVal SpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference, _
   ByVal InPolylineArray() As ESRI.ArcGIS.ADF.ArcGISServer.Polyline, _
   ByVal LengthUnit As ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerDcomProxy
Dim SpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference
Dim InPolylineArray() As ESRI.ArcGIS.ADF.ArcGISServer.Polyline
Dim LengthUnit As ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit
Dim userState As Object
 
instance.GetLengths2Async(SpatialReference, InPolylineArray, LengthUnit, userState)
C# 
public void GetLengths2Async( 
   ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference SpatialReference,
   ESRI.ArcGIS.ADF.ArcGISServer.Polyline[] InPolylineArray,
   ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit LengthUnit,
   object userState
)

Parameters

SpatialReference
InPolylineArray
LengthUnit
userState

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.