 | CSYSiDeleteGIFile Method |
Delete the GI file associated with a grid.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int iDeleteGIFile(
CGXNETCore gxNetShared,
string file
)
public static int iDeleteGIFile(
CGXNETCore gxNetShared,
string file
)
Public Shared Function iDeleteGIFile (
gxNetShared As CGXNETCore,
file As String
) As Integer
Public Shared Function iDeleteGIFile (
gxNetShared As CGXNETCore,
file As String
) As Integer
public:
static int iDeleteGIFile(
CGXNETCore^ gxNetShared,
String^ file
)
public:
static int iDeleteGIFile(
CGXNETCore^ gxNetShared,
String^ file
)
static member iDeleteGIFile :
gxNetShared : CGXNETCore *
file : string -> int
static member iDeleteGIFile :
gxNetShared : CGXNETCore *
file : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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