Share

AcDbDatabase::setDimAssoc

C++

Acad::ErrorStatus setDimAssoc(
    Adesk::UInt8 val
);

Description

Sets the database's DIMASSOC system variable to val.

See the System Variables section of the AutoCAD Command Reference for information on DIMASSOC.

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input DIMASSOC value

Links

AcDbDatabase Class

Was this information helpful?