This document is archived and information here might be outdated.  Recommended version.


IConstructCurve4.ConstructOffset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IConstructCurve4 Interface > IConstructCurve4.ConstructOffset Method
ArcGIS Developer Help

IConstructCurve4.ConstructOffset Method

[Visual Basic .NET]
Public Sub ConstructOffset ( _
    ByVal pSrcCurve As IPolycurve, _
    ByVal Offset As Double, _
    ByVal offsetTol As Double, _
    ByVal offsetHow As esriConstructOffsetEnum, _
    ByVal __MIDL__IConstructCurve40000 As esriConstructOffsetSimplifyEnum, _
    ByVal bevelRatio As Double _
)
[C#]
public void ConstructOffset (
    IPolycurve pSrcCurve,
    double Offset,
    double offsetTol,
    esriConstructOffsetEnum offsetHow,
    esriConstructOffsetSimplifyEnum __MIDL__IConstructCurve40000,
    double bevelRatio
);
[C++]
HRESULT ConstructOffset(
  IPolycurve* pSrcCurve,
  double Offset,
  double offsetTol,
  esriConstructOffsetEnum offsetHow,
  esriConstructOffsetSimplifyEnum __MIDL__IConstructCurve40000,
  double bevelRatio
);
[C++]
Parameters
pSrcCurve 

pSrcCurve is a parameter of type IPolycurve* Offset
Offset is a parameter of type double offsetTol
offsetTol is a parameter of type double offsetHow
offsetHow is a parameter of type esriConstructOffsetEnum __MIDL__IConstructCurve40000
__MIDL__IConstructCurve40000 is a parameter of type esriConstructOffsetSimplifyEnum bevelRatio
bevelRatio is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConstructCurve4 Interface