Share

WorldDraw.WorldDraw() Constructor

Description

Default constructor.

C#

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

Visual Basic

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

Conditions

Read / Write

Links

WorldDraw Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?