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


IEllipticArc.IsLine Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IEllipticArc.IsLine Property

Indicates if the arc is degenerated to a line.

[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 minorMajorRatio=0.  This is analgous to the semiMinor Axis having a length of 0.

Remarks

 

EllipticArc IsLine Example

See Also

IEllipticArc Interface

.NET Related Topics

How to work with IEllipticArc properties