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




SpatialReference
InGeometryArray
MaxSegmentLength
UseDeviationDensification
DensificationParameter
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub DensifyAsync( _
   ByVal SpatialReference As SpatialReference, _
   ByVal InGeometryArray() As Geometry, _
   ByVal MaxSegmentLength As Double, _
   ByVal UseDeviationDensification As Boolean, _
   ByVal DensificationParameter As Double, _
   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 UseDeviationDensification As Boolean
Dim DensificationParameter As Double
Dim userState As Object
 
instance.DensifyAsync(SpatialReference, InGeometryArray, MaxSegmentLength, UseDeviationDensification, DensificationParameter, userState)
C# 
public void DensifyAsync( 
   SpatialReference SpatialReference,
   Geometry[] InGeometryArray,
   double MaxSegmentLength,
   bool UseDeviationDensification,
   double DensificationParameter,
   object userState
)

Parameters

SpatialReference
InGeometryArray
MaxSegmentLength
UseDeviationDensification
DensificationParameter
userState

See Also

© 2010 All Rights Reserved.