Click or drag to resize

CDHIGetUnits Method (String, Double)

Get the positional units and conversion factor to m.

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

public void IGetUnits(
	ref string units,
	ref double conv_factor
)

Parameters

units
Type: SystemString
Units (i.e. "m")
conv_factor
Type: SystemDouble
Conversion (units/m)
See Also