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




SpatialReference
InGeometryArray
MaxSegmentLength
LengthUnit

Syntax

Visual Basic (Declaration) 
Public Overloads Sub DensifyGeodesicAsync( _
   ByVal SpatialReference As SpatialReference, _
   ByVal InGeometryArray() As Geometry, _
   ByVal MaxSegmentLength As Double, _
   ByVal LengthUnit As LinearUnit _
) 
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
 
instance.DensifyGeodesicAsync(SpatialReference, InGeometryArray, MaxSegmentLength, LengthUnit)
C# 
public void DensifyGeodesicAsync( 
   SpatialReference SpatialReference,
   Geometry[] InGeometryArray,
   double MaxSegmentLength,
   LinearUnit LengthUnit
)

Parameters

SpatialReference
InGeometryArray
MaxSegmentLength
LengthUnit

See Also

© 2010 All Rights Reserved.