Share

AcDbDatabase::setPdmode

C++

Acad::ErrorStatus setPdmode(
    Adesk::Int16 mode
);

Description

Sets mode to be the current PDMODE value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
mode Input PDMODE value

Links

AcDbDatabase Class

Was this information helpful?