Click or drag to resize
CSYSGtString Method (CGXNETCore, String, String, String)
This method returns a string in the parameter block.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If the setting exits it is placed in the buffer, otherwise the buffer will have zero length
Syntax
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
See Also