Click or drag to resize

CDHIGetInfo Method (Int32, String, String)

Get Collar Information.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGetInfo(
	int hole,
	string name,
	ref string data
)

public void IGetInfo(
	int hole,
	string name,
	ref string data
)

Parameters

hole
Type: SystemInt32
Hole index
name
Type: SystemString
Name of information
data
Type: SystemString
Buffer to place information
Remarks
If the DH_ELEV channel is requested it will also search for the DH_RL channel, which is the new name for the collar elevation.
See Also