This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* IsPoint
);
[C++]
Parameters IsPoint [out, retval]
IsPoint is a parameter of type bool*
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.).