 | CGISLoadGDB Method |
Load GIS table information into a GDB.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void LoadGDB(
CDB db
)
public void LoadGDB(
CDB db
)
Public Sub LoadGDB (
db As CDB
)
Public Sub LoadGDB (
db As CDB
)
public:
void LoadGDB(
CDB^ db
)
public:
void LoadGDB(
CDB^ db
)
member LoadGDB :
db : CDB -> unit
member LoadGDB :
db : CDB -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database
Remarks
All fields of the database will be loaded into the group.
Channels will use the same name (or a allowable alias) as
the GIS field name.
If a channel does not exist, it will be created based on the
characteristics of the GIS field.
If a channel exists, it will be used as-is.
See Also