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