 | CMVIEWrScalePjMM Method |
Get horizontal scale in projected user units/mm
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic double rScalePjMM()
public double rScalePjMM()
Public Function rScalePjMM As Double
Public Function rScalePjMM As Double
public:
double rScalePjMM()
public:
double rScalePjMM()
member rScalePjMM : unit -> float
member rScalePjMM : unit -> float
Return Value
Type:
DoubleReturns horizontal scale in projected user units/mm
Remarks
The scale factor is intended to be used by methods
that would like to specify sizes in mm. Examples
would be text sizes, line thicknesses and line
pitch.
Same as rScaleMM if working projection not defined
See Also