Click or drag to resize
CMSTKIFindSTK Method
Find index of STK from a string of group names and X/Y channels

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Format of the input string: Map group name + " ( " + X channel name + " , " + Y channel name + " )" for example, string "DATA ( DIST , MAG )" indicates a map group name of DATA, X channel name of DIST and Y channel name of MAG.
Syntax
public void IFindSTK(
	string str1,
	ref int i2,
	ref string str3,
	ref string str4,
	ref string str5
)

Parameters

str1
Type: SystemString
Input string (see notes above). Will be modified on return
i2
Type: SystemInt32
Index to the STK found, Must be greater than 0 if found, -1 if not found
str3
Type: SystemString
output group name string
str4
Type: SystemString
output X channel name string
str5
Type: SystemString
output Y channel name string
See Also