This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICircularArc Interface > ICircularArc.IsPoint Property (ArcObjects .NET 10.4 SDK) |
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
IsPoint returns TRUE when the Radius equals 0.
IsPoint returns FALSE when the Radius > 0, even if the CentralAngle equals 0.