Click or drag to resize
CLSTLoadFile Method
Set up a list from a list file.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
A list file is an ASCII file that contains list entries. Each line for the file contains a list item name and an optional list item value. The name and value must be delimited by a space, tab or comma. If the item name or value contains spaces, tabs or commas, it must be contined in quotes. blank lines and lines that begin with a '/' character are ignored. The default extension is .lst. If the file cannot be found in the local directory, the GEOSOFT\etc directory is searched. If it cannot be found, the list will be empty. Not finding a file is not an error. This function replaces the iLoadFile_LST function which actually always returned 0, or terminated on an error.
Syntax
public void LoadFile(
	string str1
)

Parameters

str1
Type: SystemString
name of the file
See Also