C++
ACPL_PORT void setOverrideSettings( const AcDbPlotSettings* pOverrides );
Description
Provides an AcDbPlotSettings object to use in place of the settings on the layout. The object pointed to by pOverrides must be open for read. If the passed parameter is null, any existing overrides are removed.
Parameters
| Parameters | Description |
|---|---|
| pOverrides | Input pointer to an AcDbPlotSettings object to use in place of the settings on the layout |