Share

acdbGetDimAssocIds Function

C++

Acad::ErrorStatus acdbGetDimAssocIds(
    AcDbObjectId entId, 
    AcDbObjectIdArray& dimAssocIds
);

File

dbdimassoc.h

Description

Gets the AcDbDimAssoc object IDs from the geometry in the AcDbPointRef object.

Returns Acad::eOk if true.

Parameters

Parameters Description
entId Input the entity ID to check for
dimAssocIds Output the IDs

Was this information helpful?