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


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

ICircularArc.IsPoint Property

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(
  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 Radius equals 0.

Remarks

IsPoint returns FALSE when the Radius > 0, even if the CentralAngle equals 0.

 

CircularArc IsPoint Example

See Also

ICircularArc Interface