Click or drag to resize
CGISCreate Method
Creates a GIS Object

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static CGIS Create(
	CGXNETCore gxNetShared,
	string file,
	string info,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
Data source (file)
info
Type: SystemString
Data qualifying information if required.
type
Type: SystemInt32
<define>GIS_TYPE</define>

Return Value

Type: CGIS
GIS Object
See Also