Click or drag to resize

CREGCreateS Method

Create a handle to a REG object from a BF

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CREG CreateS(
	CGXNETCore gxNetShared,
	CBF bf
)

public static CREG CreateS(
	CGXNETCore gxNetShared,
	CBF bf
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
bf
Type: GeoEngine.Core.GXNetXCBF
BF handle for file containing serialized REG

Return Value

Type: CREG
REG Object
See Also