This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICircularArc Interface > ICircularArc.IsLine Property (ArcObjects .NET 10.5 SDK) |
Indicates if the arc has degenerated to a line (radius is infinite).
[Visual Basic .NET] Public ReadOnly Property IsLine As Boolean
[C#] public bool IsLine {get;}
[C++]
HRESULT get_IsLine(
VARIANT_BOOL* IsLine
);
[C++]
Parameters IsLine [out, retval] IsLine is a parameter of type VARIANT_BOOL
IsLine returns TRUE when the Radius of the CircularArc is Infinity.
A CircularArc that returns TRUE can be constructed using ConstructThreePoints and three colinear points.