Click or drag to resize

CSYSGtString Method (String, String, String, Int32)

This method returns a string in the parameter block.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GtString(
	string group,
	string field,
	ref string buff,
	int size
)

public static void GtString(
	string group,
	string field,
	ref string buff,
	int size
)

Parameters

group
Type: SystemString
Group Name
field
Type: SystemString
Parameter Name
buff
Type: SystemString
Buffer to place the string into
size
Type: SystemInt32
Size of the Buffer
Remarks
If the setting exits it is placed in the buffer, otherwise the buffer will have zero length
See Also