Share

AcDbAssocArrayActionBody::isAssociativeArray Method

C++

static ACDBCORE2D_PORT bool isAssociativeArray(
    const AcDbEntity* pEntity
);

Description

Checks if the given entity is an associative array.

Parameters

Parameters Description
pEntity Input entity.

Returns

True, if the input entity is an array.

Links

AcDbAssocArrayActionBody Class

Was this information helpful?