Indicates if the arc has degenerated to a point (radius is 0).
[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 Radius equals 0.
Remarks
IsPoint returns FALSE when the Radius > 0, even if the CentralAngle equals 0.