Click or drag to resize
CMETAImportTableCSV Method
Import a CSV into a class as items.

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)
Notes
Field names in the CSV file that match attribute names in the class will be imported into table entries in the class. Usually this will be used with a class created using the hCreateTable_SCHEMA method so that the contents of class can be viewed as a table.
Syntax
public void ImportTableCSV(
	int ph_class,
	string file
)

Parameters

ph_class
Type: SystemInt32
Class to import into
file
Type: SystemString
Name of CSV file to load
See Also