Autodesk.AutoCAD.DatabaseServices Namespace > Arc Class > Arc Constructor > Arc() Constructor
Arc.Arc() Constructor
Description

 

Default constructor. Initializes the normal to (0,0,1), the center point to (0,0,0), the radius, start, and end angles to 0.0. The radius needs to be changed to a non-zero value before closing the arc for the first time. The center point and normal must be in WCS coordinates.

Visual Basic
Public Sub New()
C#
public Arc();
Links
   Comments?