com.esri.arcgis.geometry
Interface IConstructCurve4

All Superinterfaces:
Serializable

public interface IConstructCurve4
extends Serializable

Constructs an offset curve using a different algorithm.

Product Availability

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


Method Summary
 void constructOffset(IPolycurve pSrcCurve, double offset, double offsetTol, int offsetHow, int __MIDL__IConstructCurve40000, double bevelRatio)
          constructOffset
 

Method Detail

constructOffset

void constructOffset(IPolycurve pSrcCurve,
                     double offset,
                     double offsetTol,
                     int offsetHow,
                     int __MIDL__IConstructCurve40000,
                     double bevelRatio)
                     throws IOException,
                            AutomationException
constructOffset

Product Availability

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

Parameters:
pSrcCurve - A reference to a com.esri.arcgis.geometry.IPolycurve (in)
offset - The offset (in)
offsetTol - The offsetTol (in)
offsetHow - A com.esri.arcgis.geometry.esriConstructOffsetEnum constant (in)
__MIDL__IConstructCurve40000 - A com.esri.arcgis.geometry.esriConstructOffsetSimplifyEnum constant (in)
bevelRatio - The bevelRatio (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.