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


ICircularArc.IsLine 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.IsLine Property
ArcGIS Developer Help

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(
  Boolean* IsLine
);
[C++]
Parameters
IsLine [out, retval]

IsLine is a parameter of type 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