Share

AssocArray.GetAssociativeArray Method

Description

This method returns the AssocArray object with the given entity. The ID of the ActionBody evaluating this entity (associative array) is attached to this AssocArray object. If no such ActionBody exists, a null pointer is returned.

C#

public static AssocArray GetAssociativeArray(
    ObjectId entity
);

Visual Basic

Public static Function GetAssociativeArray(
    entity As ObjectId
) As AssocArray

Links

AssocArray Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?