AssocArrayPathParameters.AssocArrayPathParameters() Constructor

Description

Default constructor.

Wraps the default constructor ObjectARX AcDbAssocArrayPathParameters constructor, with all default values.

Visual Basic

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

C#

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

Links

AssocArrayPathParameters Class, Autodesk.AutoCAD.DatabaseServices Namespace