Click or drag to resize
CSYSGtString Method
This method returns a string in the parameter block.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the setting exits it is placed in the buffer, otherwise the buffer will have zero length
Syntax
public static void GtString(
	string str1,
	string str2,
	ref string str3
)

Parameters

str1
Type: SystemString
Group Name
str2
Type: SystemString
Parameter Name
str3
Type: SystemString
Buffer to place the string into
See Also