Share

AcDbPlotSettings::getPlotOrigin

C++

ACDBCORE2D_PORT Acad::ErrorStatus getPlotOrigin(
    AcGePoint2d& origin
) const;

Description

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

Parameters

Parameters Description
origin Output pointer to an AcGePoint2d object which contains the origin offset as a 2D point

Links

AcDbPlotSettings

Was this information helpful?