Click or drag to resize

CHANDLE Constructor (Int32, Boolean)

Initializes a new instance of the CHANDLE class

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public CHANDLE(
	int iHandle,
	bool bDestroy
)

public CHANDLE(
	int iHandle,
	bool bDestroy
)

Parameters

iHandle
Type: SystemInt32
bDestroy
Type: SystemBoolean
See Also