Click or drag to resize
CSYSDestr Method
Destroy ANY object made with a Create_? method

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
You can use this method instead of the Destroy_? methods which are specific to each object.
Syntax
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
See Also