Click or drag to resize

CSYSGtString Method (CGXNETCore, String, String, String)

This method returns a string in the parameter block.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void GtString(
	CGXNETCore gxNetShared,
	string group,
	string field,
	ref string buff
)

public static void GtString(
	CGXNETCore gxNetShared,
	string group,
	string field,
	ref string buff
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
group
Type: SystemString
Group Name
field
Type: SystemString
Parameter Name
buff
Type: SystemString
Buffer to place the string into
Remarks
If the setting exits it is placed in the buffer, otherwise the buffer will have zero length
See Also