Click or drag to resize

CREGCreate Method

Create a handle to a REG object

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CREG Create(
	int l_parm_length
)

public static CREG Create(
	int l_parm_length
)

Parameters

l_parm_length
Type: SystemInt32
Maximum size of "parameter=setting" string.

Return Value

Type: CREG
REG Object
See Also