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


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

IConstructCurve2 Interface

Provides access to members that construct a curve using other geometries and measures. Note: the IConstructCurve2 interface has been superseded by IConstructCurve3. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method ApproximateByBeziers Constructs a curve which approximates the input curve by a small number of Bezier segments.
Method ConstructExtended Constructs an extended version of the 'from' curve that goes to the 'to' curve. The flags are bit-wise combined esriCurveExtension values.
Method ConstructKoch Constructs a Koch snowflake fractal using the input polycurve as the generator. 'r' is not used. Do not use a value for recursionLevel > 10.
Method ConstructOffset Constructs a curve being the locus of points offset a given distance from another curve. See the enumeration esriConstructOffsetEnum to information on different ways that offset curve can be generated.

Inherited Interfaces

Interfaces Description
IConstructCurve Provides access to members that construct a curve using other geometries and measures.

Classes that implement IConstructCurve2

Classes Description
Polygon A collection of rings ordered by their containment relationship; optionally has measure, height and ID attributes.
Polyline An ordered collection of paths; optionally has measure, height and ID attributes.