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.).