Share

setDimpost

C++

virtual Acad::ErrorStatus setDimpost(
    const ACHAR * v
);

File

dbdimvar.h

Description

Sets the database to use a copy of the v character string as the DIMPOST value.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input character string for DIMPOST

Was this information helpful?