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


IConstructCurve4.ConstructOffset Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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