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

ExternalBoundedSurface Class, Autodesk.AutoCAD.Geometry Namespace