Click or drag to resize

CSHPSetString Method

Set a data value to a string.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetString(
	int index,
	string str_val
)

public void SetString(
	int index,
	string str_val
)

Parameters

index
Type: SystemInt32
Data field index
str_val
Type: SystemString
Input string value
Remarks
The input string is converted to the field's data type.
See Also