Click or drag to resize

CGUIDefineDrillITR Method

Note: This API is now obsolete.

Define color zones for gridded data.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void DefineDrillITR(
	CDH dh,
	string chan,
	string file
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static void DefineDrillITR(
	CDH dh,
	string chan,
	string file
)

Parameters

dh
Type: Geosoft.Desktop.GXNetCDH
DH Object
chan
Type: SystemString
Channel to grid
file
Type: SystemString
Name of ITR file
Remarks
The ITR for Wholeplot gridded data is now defined inside the tabbed dialog for the Plan or Section maps. Calls to this function now bring up an error message.
See Also