Click or drag to resize

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

public void Get(
	string parm,
	ref string data,
	int size
)

Parameters

parm
Type: SystemString
Name of the parameter
data
Type: SystemString
String to get
size
Type: SystemInt32
Length of destination string
See Also