C++
Acad::ErrorStatus acdbPostDimAssoc( AcDbObjectId dimId, AcDbDimAssoc* pDimAssoc, AcDbObjectId& dimAssocId, bool isActive = true );
File
dbdimassoc.h
Description
This functions posts the pDimAssoc object to the database. It uses the extension dictionary of the provided dimension.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
dimId | Input ID of the dimension being added |
pDimAssoc | Input a new AcDbDimAssoc object |
dimAssocId | Input ID of the new AcDbDimAssoc object |
isActive | Input true if this association ought to be active |