Share

AcDbPlotSettings::getPlotOrigin

C++

Acad::ErrorStatus getPlotOrigin(
    double& x, 
    double& y
) const;

Description

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

Parameters

Parameters Description
x Output pointer to x origin offset
y Output pointer to y origin offset

Links

AcDbPlotSettings

Was this information helpful?