Share

AcDbDatabase::setTreedepth

C++

Acad::ErrorStatus setTreedepth(
    Adesk::Int16 depth
);

Description

Sets depth to be the TREEDEPTH value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
depth Input TREEDEPTH value

Links

AcDbDatabase Class

Was this information helpful?