Share

AcDbDatabase::setMaxactvp

C++

Acad::ErrorStatus setMaxactvp(
    Adesk::Int16 max
);

Description

Sets max to be the MAXACTVP value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
max Input MAXACTVP value

Links

AcDbDatabase Class

Was this information helpful?