C++
Acad::ErrorStatus acdbGetDimAssocId( AcDbObjectId dimId, AcDbObjectId& dimAssocId );
File
dbdimassoc.h
Description
Gets the AcDbDimAssoc object ID from the given dimension.
Returns Acad::eOk if true.
Parameters
| Parameters | Description |
|---|---|
| dimId | Input the dimension to check against |
| dimAssocId | Output the object ID |