Click or drag to resize

CGERSetReal Method

Set a replacement string 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(
	string parm,
	double set
)

public void SetReal(
	string parm,
	double set
)

Parameters

parm
Type: SystemString
Replacement string (ie. "%1")
set
Type: SystemDouble
Setting
See Also