Click or drag to resize
CGEOSTRINGOpen Method
Open a Geostring file

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static CGEOSTRING Open(
	CGXNETCore gxNetShared,
	string geostring_file,
	int mode
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
geostring_file
Type: SystemString
Geostring file name
mode
Type: SystemInt32
<define>GEOSTRING_OPEN</define>

Return Value

Type: CGEOSTRING
GEOSTRING Object
See Also