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




SpatialReference
InGeometryArray
OffsetDistance
OffsetUnit
OffsetHow
BevelRatio
SimplifyResult
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginOffset( _
   ByVal SpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference, _
   ByVal InGeometryArray() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry, _
   ByVal OffsetDistance As Double, _
   ByVal OffsetUnit As ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit, _
   ByVal OffsetHow As ESRI.ArcGIS.ADF.ArcGISServer.esriGeometryOffsetEnum, _
   ByVal BevelRatio As Double, _
   ByVal SimplifyResult As Boolean, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerDcomProxy
Dim SpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference
Dim InGeometryArray() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry
Dim OffsetDistance As Double
Dim OffsetUnit As ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit
Dim OffsetHow As ESRI.ArcGIS.ADF.ArcGISServer.esriGeometryOffsetEnum
Dim BevelRatio As Double
Dim SimplifyResult As Boolean
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginOffset(SpatialReference, InGeometryArray, OffsetDistance, OffsetUnit, OffsetHow, BevelRatio, SimplifyResult, callback, asyncState)
C# 
public IAsyncResult BeginOffset( 
   ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference SpatialReference,
   ESRI.ArcGIS.ADF.ArcGISServer.Geometry[] InGeometryArray,
   double OffsetDistance,
   ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit OffsetUnit,
   ESRI.ArcGIS.ADF.ArcGISServer.esriGeometryOffsetEnum OffsetHow,
   double BevelRatio,
   bool SimplifyResult,
   AsyncCallback callback,
   object asyncState
)

Parameters

SpatialReference
InGeometryArray
OffsetDistance
OffsetUnit
OffsetHow
BevelRatio
SimplifyResult
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.