 | CIMUMakeMITabfromGrid Method |
Make a MapInfo tab file for this grid as rendered in a map
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void MakeMITabfromGrid(
string file
)
public static void MakeMITabfromGrid(
string file
)
Public Shared Sub MakeMITabfromGrid (
file As String
)
Public Shared Sub MakeMITabfromGrid (
file As String
)
public:
static void MakeMITabfromGrid(
String^ file
)
public:
static void MakeMITabfromGrid(
String^ file
)
static member MakeMITabfromGrid :
file : string -> unit
static member MakeMITabfromGrid :
file : string -> unit
Parameters
- file
- Type: SystemString
Grid file name
See Also