Share

AcDbDatabase::setTStackSize

C++

Acad::ErrorStatus setTStackSize(
    int val
);

Description

Sets the database to use val as its TSTACKSIZE value.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input integer value in the range of 25 to 125

Links

AcDbDatabase Class

Was this information helpful?