Click or drag to resize
CSYSiDeleteGIFile Method
Delete the GI file associated with a grid.

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)
Syntax
public static int iDeleteGIFile(
	string str1
)

Parameters

str1
Type: SystemString
name of grid file to delete

Return Value

Type: Int32
0 if file deleted. 1 if file is not found, or found but could not be deleted. This is a "one-line" function to take a grid file name, remove the qualifiers, add the ".gi" and delete the file.
See Also