GetCustomScale Method
IntelliCAD 11.1 Object Library | |
GetCustomScale Method | |
See Also |
- pNumeratorInScale
- The printed units.
- pDenominatorInScale
- The drawing units.
PlotProperties Object : GetCustomScale Method |
Description
method GetCustomScale
Syntax
Visual Basic |
---|
Public Sub GetCustomScale( _ ByRef pNumeratorInScale As Double, _ ByRef pDenominatorInScale As Double _ ) |
Parameters
- pNumeratorInScale
- The printed units.
- pDenominatorInScale
- The drawing units.
Remarks
For example, if the UseStandardScale property is True and the StandardScale property is set to vic1_20, GetCustomScale (numerator, denominator) gets the values 1 and 20 in the numerator and denominator, respectively.