Click or drag to resize

CDHIGetUnits Method (String, Int32, 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,
	int size,
	ref double conv_factor
)

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