Click or drag to resize

CGUIGenUXDetectSymbolsGroupName Method (String, String, String)

Generate a group name string for UX-Detect symbols

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IGenUXDetectSymbolsGroupName(
	string target_gdb,
	string targets,
	ref string ostr
)

public static void IGenUXDetectSymbolsGroupName(
	string target_gdb,
	string targets,
	ref string ostr
)

Parameters

target_gdb
Type: SystemString
Input Targets database name
targets
Type: SystemString
Input Targets group (line) name
ostr
Type: SystemString
Output group name string
Remarks
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".
See Also