Click or drag to resize

CSYS.GtString Method (String, String, String)

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
)

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

Parameters

group
Type: System.String
Group Name
field
Type: System.String
Parameter Name
buff
Type: System.String
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