Share

AcDbPlotSettings::getCustomPrintScale

C++

Acad::ErrorStatus getCustomPrintScale(
    double& numerator, 
    double& denominator
) const;

Description

This method indicates the custom scale, a ratio of paperspace units to media units. The customPrintScale property stores the current scale (actually the numerator and denominator) for the plot settings for both "computed/standard" scales and "custom" scales. It always reflects the scale that will be used to plot.

The paperspace units are represented by the numerator, and the media units (paper units) are represented by the denominator. For example, 1 unit in paperspace would equal 0.5 units on the media when the print scale is set to 0.5.

Parameters

Parameters Description
numerator Output paperspace units
denominator Output media units (paper units)

Links

AcDbPlotSettings

Was this information helpful?