 | CMETAExportTableCSV Method |
Export all items in a class as a CSV
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void ExportTableCSV(
int ph_class,
string file
)
public void ExportTableCSV(
int ph_class,
string file
)
Public Sub ExportTableCSV (
ph_class As Integer,
file As String
)
Public Sub ExportTableCSV (
ph_class As Integer,
file As String
)
public:
void ExportTableCSV(
int ph_class,
String^ file
)
public:
void ExportTableCSV(
int ph_class,
String^ file
)
member ExportTableCSV :
ph_class : int *
file : string -> unit
member ExportTableCSV :
ph_class : int *
file : string -> unit
Parameters
- ph_class
- Type: SystemInt32
Class of items to export - file
- Type: SystemString
Name of CSV file to produce
See Also