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


IEllipticArc.IsPoint Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IEllipticArc.IsPoint Property

Indicates if the arc is degenerated to a point.

[Visual Basic .NET]
Public ReadOnly Property IsPoint As Boolean
[C#]
public bool IsPoint {get;}
[C++]
HRESULT get_IsPoint(
  VARIANT_BOOL* IsPoint
);
[C++]

Parameters IsPoint [out, retval] IsPoint is a parameter of type VARIANT_BOOL

Product Availability

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

Description

IsPoint returns TRUE when the semiMajor axis = 0.  IsPoint returns FALSE when the semiMajor axis > 0 (this includes when the CentralAngle=0, as this is a well-defined EllipticArc.).

See Also

IEllipticArc Interface

.NET Related Topics

How to work with IEllipticArc properties