Share

AcDbDatabase::setDwfframe

C++

Acad::ErrorStatus setDwfframe(
    Adesk::UInt8
);

Description

Sets the DWFFRAME value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
unnamed Input DWFFRAME value

Links

AcDbDatabase Class

Was this information helpful?