Click or drag to resize

CGEOSTRINGOpen Method

Open a Geostring file

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CGEOSTRING Open(
	string geostring_file,
	int mode
)

public static CGEOSTRING Open(
	string geostring_file,
	int mode
)

Parameters

geostring_file
Type: SystemString
Geostring file name
mode
Type: SystemInt32
<define>GEOSTRING_OPEN</define>

Return Value

Type: CGEOSTRING
GEOSTRING Object
See Also