Share

AcDbDatabase::setSketchinc

C++

Acad::ErrorStatus setSketchinc(
    double inc
);

Description

Sets inc to be the SKETCHINC value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
inc Input SKETCHINC value

Links

AcDbDatabase Class

Was this information helpful?