ArcObjects Library Reference (Geometry)  

ICircularArc.IsLine Property

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

Product Availability

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

Description

IsLine returns TRUE when the Radius of the CircularArc is Infinity.

Remarks

A CircularArc that returns TRUE can be constructed using ConstructThreePoints and three colinear points.

 

CircularArc IsLine Example

See Also

ICircularArc Interface