Click or drag to resize

CSYSDestr Method

Destroy ANY object made with a Create_? method

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

public static void Destr(
	CGXNETCore gxNetShared,
	int obj
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
obj
Type: SystemInt32
Handle to object to delete
Remarks
You can use this method instead of the Destroy_? methods which are specific to each object.
See Also