Click or drag to resize

CGISCreate Method

Creates a GIS Object

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

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