C++
Acad::ErrorStatus removePlotStyleOverride( const AcDbObjectId& viewportId );
Description
Removes the plot style override associated with this layer and this viewport.
Returns Acad::eOk if there is nothing to remove or if the remove is successful; otherwise, returns an AutoCAD error status.
Parameters
Parameters | Description |
---|---|
viewportId | Input the object id of the viewport. |