Click or drag to resize

CTBCreate Method

Loads a table into memory and return a table handle.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CTB Create(
	string name
)

public static CTB Create(
	string name
)

Parameters

name
Type: SystemString
Name of the table file to load

Return Value

Type: CTB
TB Object
Remarks
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.
See Also