 | CVOXExportJIGsXML Method |
Export a VOX to a compressed XML file. Verbose version.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ExportJIGsXML(
CGXNETCore gxNetShared,
string voxel,
string file
)
public static void ExportJIGsXML(
CGXNETCore gxNetShared,
string voxel,
string file
)
Public Shared Sub ExportJIGsXML (
gxNetShared As CGXNETCore,
voxel As String,
file As String
)
Public Shared Sub ExportJIGsXML (
gxNetShared As CGXNETCore,
voxel As String,
file As String
)
public:
static void ExportJIGsXML(
CGXNETCore^ gxNetShared,
String^ voxel,
String^ file
)
public:
static void ExportJIGsXML(
CGXNETCore^ gxNetShared,
String^ voxel,
String^ file
)
static member ExportJIGsXML :
gxNetShared : CGXNETCore *
voxel : string *
file : string -> unit
static member ExportJIGsXML :
gxNetShared : CGXNETCore *
voxel : string *
file : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - voxel
- Type: SystemString
Voxel file name - file
- Type: SystemString
Output XML file
See Also