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


IEllipticArc.IsPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEllipticArc Interface > IEllipticArc.IsPoint Property
ArcGIS Developer Help

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

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