Click or drag to resize
CDHIGetUnits Method (String, Int32, Double)
Get the positional units and conversion factor to m.

Available since Oasis montaj version: 5.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void IGetUnits(
	ref string units,
	int size,
	ref double conv_factor
)

Parameters

units
Type: SystemString
Units (i.e. "m")
size
Type: SystemInt32
Length of Units string
conv_factor
Type: SystemDouble
Conversion (units/m)
See Also