Share

AcDbDatabase::setCmlstyleID

C++

Acad::ErrorStatus setCmlstyleID(
    AcDbObjectId objId
);

Description

Sets the MlineStyle with object ID objId to be the CMLSTYLEID value of the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
objId Input object ID of the desired multiline style

Links

AcDbDatabase Class

Was this information helpful?