Click or drag to resize

CSHP.SetReal Method

Set a data value to a real.

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

public void SetReal(
	int index,
	double val
)

Parameters

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