 | 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
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub DefineDrillITR (
dh As CDH,
chan As String,
file As String
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub DefineDrillITR (
dh As CDH,
chan As String,
file As String
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void DefineDrillITR(
CDH^ dh,
String^ chan,
String^ file
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void DefineDrillITR(
CDH^ dh,
String^ chan,
String^ file
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member DefineDrillITR :
dh : CDH *
chan : string *
file : string -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member DefineDrillITR :
dh : CDH *
chan : string *
file : string -> unit
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