Share

AcPlPlotInfoValidator

Class Hierarchy

AcHeapOperators
AcRxObject
    AcPlObject
        AcPlPlotInfoValidator

C++

class AcPlPlotInfoValidator : public AcPlObject;

File

AcPlPlotInfoValidator.h

Description

The AcPlPlotInfoValidator class merges plot settings from a layout object, an AcDbPlotSettings object (settings overrides), and an output device override into a new plot settings object. The validator returns a set of codes indicating any problems found during the merge operation.

The validator supports paper-matching policies in its validation algorithmn. Depending on the setting of the policy, the validator may try to find a matching paper size if the canonical paper name provided in the layout or overrides does not exist on the device. The validator also has policies to create a custom paper size, if possible, in case the matching algorithmn fails.

Links

AcPlPlotInfoValidator Enumerations, AcPlPlotInfoValidator Methods

Was this information helpful?