ESRI.ArcGIS.ADF.ArcGISServer
DensifyGeodesicAsync(SpatialReference,Geometry[],Double,LinearUnit,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > DensifyGeodesicAsync Method : DensifyGeodesicAsync(SpatialReference,Geometry[],Double,LinearUnit,Object) Method




SpatialReference
InGeometryArray
MaxSegmentLength
LengthUnit
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub DensifyGeodesicAsync( _
   ByVal SpatialReference As SpatialReference, _
   ByVal InGeometryArray() As Geometry, _
   ByVal MaxSegmentLength As Double, _
   ByVal LengthUnit As LinearUnit, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim SpatialReference As SpatialReference
Dim InGeometryArray() As Geometry
Dim MaxSegmentLength As Double
Dim LengthUnit As LinearUnit
Dim userState As Object
 
instance.DensifyGeodesicAsync(SpatialReference, InGeometryArray, MaxSegmentLength, LengthUnit, userState)
C# 
public void DensifyGeodesicAsync( 
   SpatialReference SpatialReference,
   Geometry[] InGeometryArray,
   double MaxSegmentLength,
   LinearUnit LengthUnit,
   object userState
)

Parameters

SpatialReference
InGeometryArray
MaxSegmentLength
LengthUnit
userState

See Also

© 2010 All Rights Reserved.