Click or drag to resize

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
Syntax
public void ExportTableCSV(
	int ph_class,
	string file
)

public void ExportTableCSV(
	int ph_class,
	string file
)

Parameters

ph_class
Type: SystemInt32
Class of items to export
file
Type: SystemString
Name of CSV file to produce
See Also