Autodesk.AutoCAD.Geometry Namespace > ExternalBoundedSurface Class > ExternalBoundedSurface Constructor > ExternalBoundedSurface() Constructor
ExternalBoundedSurface.ExternalBoundedSurface() Constructor
Description

 

Default constructor. Creates an empty instance.

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
);
Links
   Comments?