Share

WorldGeometry.WorldGeometry() Constructor

Description

Default constructor.

C#

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

Visual Basic

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

Links

WorldGeometry Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?