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


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

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(
  System.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