Share

AcDbDatabase::setTStackAlign

C++

Acad::ErrorStatus setTStackAlign(
    int val
);

Description

Sets the database to use val as its TSTACKALIGN value.

See the system variables documentation in the AutoCAD Command Reference for information on TSTACKALIGN.

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input integer value of 0, 1, or 2

Links

AcDbDatabase Class

Was this information helpful?