Click or drag to resize

CREGCreate Method

Create a handle to a REG object

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CREG Create(
	CGXNETCore gxNetShared,
	int l_parm_length
)

public static CREG Create(
	CGXNETCore gxNetShared,
	int l_parm_length
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
l_parm_length
Type: SystemInt32
Maximum size of "parameter=setting" string.

Return Value

Type: CREG
REG Object
See Also