Share

setDimgap

C++

virtual Acad::ErrorStatus setDimgap(
    double v
);

File

dbdimvar.h

Description

Sets v to be the DIMGAP value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMGAP value

Was this information helpful?