Click or drag to resize

CSHPSetInt Method

Set a data value to a int.

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

public void SetInt(
	int index,
	int val
)

Parameters

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