Share

AcDbPlotSettingsValidator::setPlotOrigin

C++

virtual Acad::ErrorStatus setPlotOrigin(
    AcDbPlotSettings * pPlotSet, 
    const double xCoordinate, 
    const double yCoordinate
) = 0;

Description

Contains the plot origin offset that is applied inside of the paper margins.

Parameters

Parameters Description
pPlotSet Input pointer to AcDbPlotSettings object
xCoordinate Input x coordinate of offset
yCoordinate Input y coordinate of offset

Links

AcDbPlotSettingsValidator

Was this information helpful?