Share

ExternalCurve2d.ExternalCurve2d() Constructor

Description

Default constructor. Creates an empty instance.

Visual Basic

Public Sub New()
Public Sub New(
    curveDef As IntPtr, 
    curveKind As Autodesk.AutoCAD.Geometry.ExternalEntityKind
)

C#

public ExternalCurve2d();
public ExternalCurve2d(
    IntPtr curveDef, 
    Autodesk.AutoCAD.Geometry.ExternalEntityKind curveKind
);

Links

ExternalCurve2d Class, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?