 | CREGGet Method (String, String, Int32) |
Gets a string 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 Get(
string parm,
ref string data,
int size
)
public void Get(
string parm,
ref string data,
int size
)
Public Sub Get (
parm As String,
ByRef data As String,
size As Integer
)
Public Sub Get (
parm As String,
ByRef data As String,
size As Integer
)
public:
void Get(
String^ parm,
String^% data,
int size
)
public:
void Get(
String^ parm,
String^% data,
int size
)
member Get :
parm : string *
data : string byref *
size : int -> unit
member Get :
parm : string *
data : string byref *
size : int -> unit
Parameters
- parm
- Type: SystemString
Name of the parameter - data
- Type: SystemString
String to get - size
- Type: SystemInt32
Length of destination string
See Also