ArcObjects Library Reference (Geometry)  

ICircularArc.ChordHeight Property

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

Product Availability

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

Description

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.

Remarks

 

CircularArc ChordHeight Example

See Also

ICircularArc Interface