Share

AcDbDatabase::setCmljust

C++

Acad::ErrorStatus setCmljust(
    Adesk::Int16 just
);

Description

Sets just to be the CMLJUST value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
just Input desired multiline justification value (must be in the range 0 to 2)

Links

AcDbDatabase Class

Was this information helpful?