Click or drag to resize
CSTRIGenGroupName Method (CGXNETCore, String, String, String, String)
Generate a group name string from type string, database and channel(optional) strings..

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The output group name string is formed in the way of typestr_dbstr_chstr. If the database/channel strings is too long to fit the output string (max total length of 1040, including the NULL ending), then the typestr will always be kept the full length to be the first part, while the dbstr and/or chstr will be shortened to be the second and/or third part of the output string.
Syntax
public static void IGenGroupName(
	CGXNETCore gxNetShared,
	string istr1,
	string istr2,
	string istr3,
	ref string ostr
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
istr1
Type: SystemString
Input type string (static part)
istr2
Type: SystemString
Input db string
istr3
Type: SystemString
Input ch string (could be 0 length)
ostr
Type: SystemString
Output group name string
See Also