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


ICircularArc.IsMinor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

ICircularArc.IsMinor Property

Indicates whether this circular arc is a minor arc or a major arc.

[Visual Basic .NET]
Public Property IsMinor As Boolean
[C#]
public bool IsMinor {get; set;}
[C++]
HRESULT get_IsMinor(
  VARIANT_BOOL* IsMinor
);
[C++]
HRESULT put_IsMinor(
  VARIANT_BOOL IsMinor
);
[C++]

Parameters IsMinor [out, retval] IsMinor is a parameter of type VARIANT_BOOL IsMinor IsMinor is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IsMinor is TRUE when the CentralAngle < Pi  (180 degrees).  If the IsMinor values differ, setting IsMinor changes the CircularArc to its Complement.

Remarks

 

CircularArc IsMinor Example

See Also

ICircularArc Interface

.NET Related Topics

How to use some basic properties and methods on ICircularArc