Click or drag to resize
CGUIGenUXDetectSymbolsGroupName Method (CGXNETCore, String, String, String)
Generate a group name string for UX-Detect symbols

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	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
See Also