Share

AcDbDatabase::setStepsPerSec

C++

Acad::ErrorStatus setStepsPerSec(
    double stepsPerSec
);

Description

Sets stepsPerSec to be the STEPSPERSEC value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
stepsPerSec Input STEPSPERSEC value

Links

AcDbDatabase Class

Was this information helpful?