Click or drag to resize

CMETAExportTableCSV Method

Export all items in a class as a CSV

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.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