 | CREGSetReal Method |
Sets an real for a specified parameter in the REG object
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetReal(
string parm,
double p3
)
public void SetReal(
string parm,
double p3
)
Public Sub SetReal (
parm As String,
p3 As Double
)
Public Sub SetReal (
parm As String,
p3 As Double
)
public:
void SetReal(
String^ parm,
double p3
)
public:
void SetReal(
String^ parm,
double p3
)
member SetReal :
parm : string *
p3 : float -> unit
member SetReal :
parm : string *
p3 : float -> unit
Parameters
- parm
- Type: SystemString
Name of the parameter - p3
- Type: SystemDouble
Real to set, <define>rDUMMY</define> to remove the parameter
See Also