 | 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
Syntaxpublic void SetReal(
string parm,
double set
)
public void SetReal(
string parm,
double set
)
Public Sub SetReal (
parm As String,
set As Double
)
Public Sub SetReal (
parm As String,
set As Double
)
public:
void SetReal(
String^ parm,
double set
)
public:
void SetReal(
String^ parm,
double set
)
member SetReal :
parm : string *
set : float -> unit
member SetReal :
parm : string *
set : float -> unit
Parameters
- parm
- Type: SystemString
Replacement string (ie. "%1") - set
- Type: SystemDouble
Setting
See Also