Share

AcDbDatabase::setStepSize

C++

Acad::ErrorStatus setStepSize(
    double stepSize
);

Description

Sets stepSize to be the STEPSIZE value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
stepSize Input STEPSIZE value

Links

AcDbDatabase Class

Was this information helpful?