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




SpatialReference
InGeometryArray
MaxSegmentLength
UseDeviationDensification
DensificationParameter
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginDensify( _
   ByVal SpatialReference As SpatialReference, _
   ByVal InGeometryArray() As Geometry, _
   ByVal MaxSegmentLength As Double, _
   ByVal UseDeviationDensification As Boolean, _
   ByVal DensificationParameter As Double, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
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 callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginDensify(SpatialReference, InGeometryArray, MaxSegmentLength, UseDeviationDensification, DensificationParameter, callback, asyncState)
C# 
public IAsyncResult BeginDensify( 
   SpatialReference SpatialReference,
   Geometry[] InGeometryArray,
   double MaxSegmentLength,
   bool UseDeviationDensification,
   double DensificationParameter,
   AsyncCallback callback,
   object asyncState
)

Parameters

SpatialReference
InGeometryArray
MaxSegmentLength
UseDeviationDensification
DensificationParameter
callback
asyncState

See Also

© 2010 All Rights Reserved.