Autodesk.AutoCAD.GraphicsInterface Namespace > ArcType Enumeration
Autodesk.AutoCAD.GraphicsInterface.ArcType Enumeration
Description

 

This .NET class wraps the AcGiArcType ObjectARX class. ArcType is the enumeration of type of arcs.

Visual Basic
Public Enum ArcType
  ArcSimple
  ArcSector
  ArcChord
End Enum
C#
public enum ArcType {
  ArcSimple,
  ArcSector,
  ArcChord
}
Members
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?