Share

Pane.Pane() Constructor

Description

Default constructor.

C#

public Pane();
protected Pane(
    IntPtr unmanagedPointer, 
    [MarshalAs(UnmanagedType.U1)] bool autoDelete
);

Visual Basic

Public Sub New()
Protected Sub New(
    unmanagedPointer As IntPtr, 
    autoDelete As [MarshalAs(UnmanagedType.U1)] bool
)

Links

Pane Class, Autodesk.AutoCAD.Windows Namespace

Was this information helpful?