C++
ACPL_PORT void setDeviceOverride( const AcPlPlotConfig* pconf );
Description
Provides an AcDbPlotConfig object to use in place of other settings. If a device override is provided, it takes precedence over the device specified in the plot settings override and the layout. If the passed parameter is null, any existing device overrides are removed.
Parameters
| Parameters | Description |
|---|---|
| pconf | Input pointer to an AcPlPlotConfig object containing the device override information |