AssocArrayPolarParameters.AssocArrayPolarParameters() Constructor

Description

Default constructor.

Wraps the default constructor AcDbAssocArrayPolarParameters 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 AssocArrayPolarParameters();
protected internal AssocArrayPolarParameters(
    IntPtr unmanagedPointer, 
    [MarshalAs(UnmanagedType.U1)] bool autoDelete
);

Links

AssocArrayPolarParameters Class, Autodesk.AutoCAD.DatabaseServices Namespace