This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* IsLine
);
[C++] Parameters IsLine [out, retval]
IsLine is a parameter of type 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.