Click or drag to resize
CMETAExportTableCSV Method
Export all items in a class as a CSV

Available since Oasis montaj version: 5.1.5
License: Available to anyone.  

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