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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If name cannot be found, returns default.
Syntax
public static double rUnitScale(
	CGXNETCore gxNetShared,
	string name,
	double default
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Unit name, abbreviation or full name
default
Type: SystemDouble
Default to return if name not found

Return Value

Type: Double
Scale factor m/unit
See Also