Share

AcDbDatabase::setPdsize

C++

Acad::ErrorStatus setPdsize(
    double size
);

Description

Sets size to be the PDSIZE value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
size Input PDSIZE value

Links

AcDbDatabase Class

Was this information helpful?