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


ICircularArc.IsPoint Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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

 

CircularArc IsPoint Example

See Also

ICircularArc Interface

.NET Related Topics

How to use some basic properties and methods on ICircularArc