C++
Acad::ErrorStatus removeViewportOverrides( const AcDbObjectId& viewportId );
Description
Removes all overrides 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. |