Click or drag to resize

CREGGetOne Method (Int32, String, Int32, String, Int32)

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
Syntax
public void GetOne(
	int loc,
	ref string parm,
	int plen,
	ref string data,
	int dlen
)

public void GetOne(
	int loc,
	ref string parm,
	int plen,
	ref string data,
	int dlen
)

Parameters

loc
Type: SystemInt32
Sequential number of REG entry
parm
Type: SystemString
String to put parameter name
plen
Type: SystemInt32
Size of parameter String
data
Type: SystemString
String to put data into.
dlen
Type: SystemInt32
Size of Data String
See Also