Share

setDimdsep

C++

virtual Acad::ErrorStatus setDimdsep(
    ACHAR v
);

File

dbdimvar.h

Description

Sets v to be the DIMDSEP value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMDSEP value

Was this information helpful?