Arc Class

Visual Basic
Public Class Arc
Inherits Curve
C#
public class Arc : Curve;
Description

 

This .NET class wraps the AcDbArc ObjectARX class. 

 

The Arc class represents the arc entity within AutoCAD.

Links
See Also

DBObject, Entity, Point3d, Vector3d