This .NET class wraps the AcGiArcType ObjectARX class. ArcType is the enumeration of type of arcs.
Public Enum ArcType ArcSimple ArcSector ArcChord End Enum
public enum ArcType { ArcSimple, ArcSector, ArcChord }
Members |
Description |
ArcSimple |
The arc itself, which is not fillable. |
ArcSector |
The area bounded by the arc and its center of curvature. |
ArcChord |
The area bounded by the arc and its end points. |
Comments? |