GetCustomScale Method

Gets the custom scale for a layout or plot configuration.

See Also | Example

Signature

object.GetCustomScale(Numerator, Denominator)

Object

Layout, PlotConfiguration
The object or objects this method applies to.

Numerator

Double; output-only
The numerator in the scale ratio. This value represents the number of inches or mm for the scale.

Denominator

Double; output-only
The denominator in the scale ratio. This value represents the number of drawing units for the scale.

Remarks

The Numerator parameter depends upon the setting of the PaperUnits property.

 

   Comments?