Click or drag to resize

CSYSDestroyPTMP Method

Destroy PTMP.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void DestroyPTMP(
	CGXNETCore gxNetShared,
	int ptmp
)

public static void DestroyPTMP(
	CGXNETCore gxNetShared,
	int ptmp
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
ptmp
Type: SystemInt32
PTMP object to destroy
See Also