Click or drag to resize

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

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

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