Click or drag to resize

CSYSDestr Method

Destroy ANY object made with a Create_? method

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Destr(
	int obj
)

public static void Destr(
	int obj
)

Parameters

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