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


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

IConstructBezierCurve Interface

Provides access to members that construct a Bezier curve using other geometries and measures.

Product Availability

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

Description

ConstructBezierCurve can be used to construct a BezierCurve using ChordLength Tangents.  This is an alternative BezierCurve construction to using Control Points.  ChordLength Tangents and Control Points are not the same thing even though they lie on the same line.

Members

Name Description
Method ConstructTangentsAtEndpoints Constructs a Bezier curve from tangents at both endpoints.

Classes that implement IConstructBezierCurve

Classes Description
BezierCurve A cubic Bezier curve defined between two points; optionally has measure, height and ID attributes at each endpoint.