Click or drag to resize

CHANDLE Constructor (CGXNETCore, Int32, Boolean)

Initializes a new instance of the CHANDLE class

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public CHANDLE(
	CGXNETCore gxNetShared,
	int iHandle,
	bool bDestroy
)

public CHANDLE(
	CGXNETCore gxNetShared,
	int iHandle,
	bool bDestroy
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
iHandle
Type: SystemInt32
bDestroy
Type: SystemBoolean
See Also