Click or drag to resize

CREGGet Method (String, String)

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

public void Get(
	string parm,
	ref string data
)

Parameters

parm
Type: SystemString
Name of the parameter
data
Type: SystemString
String to get
See Also