Click or drag to resize

CSYSiDeleteGIFile Method

Delete the GI file associated with a grid.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iDeleteGIFile(
	string file
)

public static int iDeleteGIFile(
	string file
)

Parameters

file
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