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


ICourse.Measure3 Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IC > ICourse Interface > ICourse.Measure3 Property
ArcGIS Developer Help

ICourse.Measure3 Property

Optionally, the direction of the curve if the course type is esriCTCurve.

[Visual Basic .NET]
Public Property Measure3 As Double
[C#]
public double Measure3 {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The Measure3 value is a direction used to define a course segment. The Measure3 value is only used when the course type is esriCTCurve.

The value is specified in radians. The type of direction is specified in the CurveDirectionType property.

See Also

ICourse Interface