Click or drag to resize
CGISLoadGDB Method
Load GIS table information into a GDB.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public void LoadGDB(
	CDB db
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database
See Also