Click or drag to resize
CTBCreate Method
Loads a table into memory and return a table handle.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the table contains fewer data columns than are defined by the the table header, the TB object will read in the table and dummy the elements of the missing data columns.
Syntax
public static CTB Create(
	string str1
)

Parameters

str1
Type: SystemString
Name of the table file to load

Return Value

Type: CTB
TB Object
See Also