[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
pSrcCurvepSrcCurve is a parameter of type IPolycurve
Offset Offset is a parameter of type double offsetTol offsetTol is a parameter of type double offsetHowoffsetHow 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.