ExternalBoundedSurface.ExternalBoundedSurface() Constructor

Visual Basic
Public Sub New()
Public Sub New(
    surfaceDefinition As IntPtr, 
    surfaceKind As Autodesk.AutoCAD.Geometry.ExternalEntityKind
)
C#
public ExternalBoundedSurface();
public ExternalBoundedSurface(
    IntPtr surfaceDefinition, 
    Autodesk.AutoCAD.Geometry.ExternalEntityKind surfaceKind
);
Description

 

Default constructor. Creates an empty instance.

Links