Click or drag to resize
CGISCreate Method
Creates a GIS Object

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CGIS Create(
	string str1,
	string str2,
	int i3
)

Parameters

str1
Type: SystemString
data source (file)
str2
Type: SystemString
data qualifying information if required.
i3
Type: SystemInt32
See GIS_TYPEConstant

Return Value

Type: CGIS
GIS Object
See Also