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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
You can use this method instead of the Destroy_? methods which are specific to each object.
Syntax
public static void Destr(
	int i1
)

Parameters

i1
Type: SystemInt32
Handle to object to delete
See Also