IntelliCAD 11.1 Object Library | |
GetCustomScale Method | |
See Also |
- pNumerator
- The number of inches or millimeters for the custom scale.
- pDenominator
- The number of drawing units for the custom scale.
PlotConfiguration Object : GetCustomScale Method |
Description
Gets the custom scale for a layout or plot configuration.
Syntax
Visual Basic |
---|
Public Sub GetCustomScale( _ ByRef pNumerator As Double, _ ByRef pDenominator As Double _ ) |
Parameters
- pNumerator
- The number of inches or millimeters for the custom scale.
- pDenominator
- The number of drawing units for the custom scale.
Remarks
The unit value is determined by the PaperUnits property.