Click or drag to resize
CGISLoadShapesGDB Method
Load GIS shapes table information into separate lines in a GDB.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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. The shape ID will be used as the line numbers.
Syntax
public void LoadShapesGDB(
	CDB oDB1
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
database
See Also