Click or drag to resize
CGUIGenUXDetectSymbolsGroupName Method
Generate a group name string for UX-Detect symbols

Available since Oasis montaj version: 6.3.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Start a new group for the symbols in the UX-Detect system. The Target GDB is often in the form "GDB_Targets", where "GDB" is the original data. Cut off the part including the underscore when creating the map, so you don't get map group Names like "SYMBOLS_UxData_Targets_Targets".
Syntax
public static void IGenUXDetectSymbolsGroupName(
	string str1,
	string str2,
	ref string str3
)

Parameters

str1
Type: SystemString
input Targets database name
str2
Type: SystemString
input Targets group (line) name
str3
Type: SystemString
output group name string
See Also