Click or drag to resize
CGEOSTRINGOpen Method
Open a Geostring file

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CGEOSTRING Open(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
Geostring file name
i2
Type: SystemInt32
See GEOSTRING_OPENConstant

Return Value

Type: CGEOSTRING
GEOSTRING Object
See Also