ESRI.ArcGIS.ADF.ArcGISServer.Local
BeginBufferGeodesic Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerDcomProxy Class : BeginBufferGeodesic Method




InSpatialReference
OutSpatialReference
Distances
MaxDeviation
LinearUnit
UnionResults
InGeometryArray
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginBufferGeodesic( _
   ByVal InSpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference, _
   ByVal OutSpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference, _
   ByVal Distances() As Double, _
   ByVal MaxDeviation As Double, _
   ByVal LinearUnit As ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit, _
   ByVal UnionResults As Boolean, _
   ByVal InGeometryArray() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerDcomProxy
Dim InSpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference
Dim OutSpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference
Dim Distances() As Double
Dim MaxDeviation As Double
Dim LinearUnit As ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit
Dim UnionResults As Boolean
Dim InGeometryArray() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginBufferGeodesic(InSpatialReference, OutSpatialReference, Distances, MaxDeviation, LinearUnit, UnionResults, InGeometryArray, callback, asyncState)
C# 
public IAsyncResult BeginBufferGeodesic( 
   ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference InSpatialReference,
   ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference OutSpatialReference,
   double[] Distances,
   double MaxDeviation,
   ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit LinearUnit,
   bool UnionResults,
   ESRI.ArcGIS.ADF.ArcGISServer.Geometry[] InGeometryArray,
   AsyncCallback callback,
   object asyncState
)

Parameters

InSpatialReference
OutSpatialReference
Distances
MaxDeviation
LinearUnit
UnionResults
InGeometryArray
callback
asyncState

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.