Share

AcDbDatabase::setMLeaderStyle

C++

Acad::ErrorStatus setMLeaderstyle(
    AcDbObjectId objId
);

Description

Sets the style of this MLeader object.

Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.

Parameters

Parameters Description
newStyleId Input objectId of the new style.

Links

AcDbDatabase Class

Was this information helpful?