Click or drag to resize
CIPJrUnitScale Method
Get a unit scale (m/unit) given a name

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If name cannot be found, returns default.
Syntax
public static double rUnitScale(
	string str1,
	double d2
)

Parameters

str1
Type: SystemString
unit name, abbreviation or full name
d2
Type: SystemDouble
default to return if name not found

Return Value

Type: Double
Scale factor m/unit
See Also