Click or drag to resize
CSHPSetInt Method
Set a data value to a int.

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 value is converted to the field's data type.
Syntax
public void SetInt(
	int index,
	int val
)

Parameters

index
Type: SystemInt32
Data field index
val
Type: SystemInt32
Input int value
See Also