Click or drag to resize
CSHPSetString Method
Set a data value to a string.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The input string is converted to the field's data type.
Syntax
public void SetString(
	int index,
	string str_val
)

Parameters

index
Type: SystemInt32
Data field index
str_val
Type: SystemString
Input string value
See Also