Click or drag to resize

CSHPSetReal Method

Set a data value to a real.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetReal(
	int index,
	double val
)

public void SetReal(
	int index,
	double val
)

Parameters

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