Click or drag to resize

CDBGenValidLineSymb Method (CGXNETCore, String, String, Int32)

Generate a valid line symb name string from given string.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void GenValidLineSymb(
	CGXNETCore gxNetShared,
	string str_in,
	ref string str_out,
	int length
)

public static void GenValidLineSymb(
	CGXNETCore gxNetShared,
	string str_in,
	ref string str_out,
	int length
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
str_in
Type: SystemString
Input string
str_out
Type: SystemString
Outout string
length
Type: SystemInt32
Max output string length
Remarks
The returned name is either the same size as the input or shorter. Escapes, leading and trailing spaces are removed, then all illegal characters are replaced with an underscore.
See Also