 | CREGGetOne Method (Int32, String, String) |
Gets n-th entry of the REG object
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetOne(
int loc,
ref string parm,
ref string data
)
public void GetOne(
int loc,
ref string parm,
ref string data
)
Public Sub GetOne (
loc As Integer,
ByRef parm As String,
ByRef data As String
)
Public Sub GetOne (
loc As Integer,
ByRef parm As String,
ByRef data As String
)
public:
void GetOne(
int loc,
String^% parm,
String^% data
)
public:
void GetOne(
int loc,
String^% parm,
String^% data
)
member GetOne :
loc : int *
parm : string byref *
data : string byref -> unit
member GetOne :
loc : int *
parm : string byref *
data : string byref -> unit
Parameters
- loc
- Type: SystemInt32
Sequential number of REG entry - parm
- Type: SystemString
String to put parameter name - data
- Type: SystemString
String to put data into.
See Also