 | CTBCreate Method |
Loads a table into memory and return a table handle.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CTB Create(
CGXNETCore gxNetShared,
string name
)
public static CTB Create(
CGXNETCore gxNetShared,
string name
)
Public Shared Function Create (
gxNetShared As CGXNETCore,
name As String
) As CTB
Public Shared Function Create (
gxNetShared As CGXNETCore,
name As String
) As CTB
public:
static CTB^ Create(
CGXNETCore^ gxNetShared,
String^ name
)
public:
static CTB^ Create(
CGXNETCore^ gxNetShared,
String^ name
)
static member Create :
gxNetShared : CGXNETCore *
name : string -> CTB
static member Create :
gxNetShared : CGXNETCore *
name : string -> CTB
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Name of the table file to load
Return Value
Type:
CTBTB 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