 | CGUIGenUXDetectSymbolsGroupName Method (String, String, String, Int32) |
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
Syntaxpublic static void IGenUXDetectSymbolsGroupName(
string target_gdb,
string targets,
ref string ostr,
int size
)
public static void IGenUXDetectSymbolsGroupName(
string target_gdb,
string targets,
ref string ostr,
int size
)
Public Shared Sub IGenUXDetectSymbolsGroupName (
target_gdb As String,
targets As String,
ByRef ostr As String,
size As Integer
)
Public Shared Sub IGenUXDetectSymbolsGroupName (
target_gdb As String,
targets As String,
ByRef ostr As String,
size As Integer
)
public:
static void IGenUXDetectSymbolsGroupName(
String^ target_gdb,
String^ targets,
String^% ostr,
int size
)
public:
static void IGenUXDetectSymbolsGroupName(
String^ target_gdb,
String^ targets,
String^% ostr,
int size
)
static member IGenUXDetectSymbolsGroupName :
target_gdb : string *
targets : string *
ostr : string byref *
size : int -> unit
static member IGenUXDetectSymbolsGroupName :
target_gdb : string *
targets : string *
ostr : string byref *
size : int -> unit
Parameters
- target_gdb
- Type: SystemString
Input Targets database name - targets
- Type: SystemString
Input Targets group (line) name - ostr
- Type: SystemString
Output group name string - size
- Type: SystemInt32
Output buffer lengths (maximum 32)
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