Curve2d Class

Visual Basic
Public abstract Class Curve2d
Inherits Entity2d
C#
public abstract class Curve2d : Entity2d;
Description

 

This .NET class wraps the AcGeCurve2d ObjectARX class. It's an abstract base class for all 2D curves. Any class that is derived from this class represents a 2D curve.

Links