Click or drag to resize

CGUIGenUXDetectSymbolsGroupName Method (CGXNETCore, String, String, String)

Generate a group name string for UX-Detect symbols

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void IGenUXDetectSymbolsGroupName(
	CGXNETCore gxNetShared,
	string target_gdb,
	string targets,
	ref string ostr
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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