 | CMVIEWrScaleYMM Method |
Get the vertical scale in Y units/mm
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic double rScaleYMM()
public double rScaleYMM()
Public Function rScaleYMM As Double
Public Function rScaleYMM As Double
public:
double rScaleYMM()
public:
double rScaleYMM()
member rScaleYMM : unit -> float
member rScaleYMM : unit -> float
Return Value
Type:
DoubleReturns vertical scale in view Y 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.
See Also