This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICircularArc Interface > ICircularArc.ChordHeight Property (ArcObjects .NET 10.4 SDK) |
The chord height (assigning preserves endpoints, and orientation unless chord height is < 0).
[Visual Basic .NET] Public Property ChordHeight As Double
[C#] public double ChordHeight {get; set;}
[C++]
HRESULT get_ChordHeight(
double* ChordHeight
);
[C++]
HRESULT put_ChordHeight(
double ChordHeight
);
[C++]
Parameters ChordHeight [out, retval] ChordHeight is a parameter of type double ChordHeight ChordHeight is a parameter of type double
The Chord Height is the positive perpendicular distance measured from the center of the chord to Circular Arc. The chord is the Line defined by the From and To Points of the Circular Arc. Setting the Chord Height redefines the Circular Arc, but maintains the existing From and To Points.