 | CGEOSTRINGOpen Method |
Open a Geostring file
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CGEOSTRING Open(
CGXNETCore gxNetShared,
string geostring_file,
int mode
)
public static CGEOSTRING Open(
CGXNETCore gxNetShared,
string geostring_file,
int mode
)
Public Shared Function Open (
gxNetShared As CGXNETCore,
geostring_file As String,
mode As Integer
) As CGEOSTRING
Public Shared Function Open (
gxNetShared As CGXNETCore,
geostring_file As String,
mode As Integer
) As CGEOSTRING
public:
static CGEOSTRING^ Open(
CGXNETCore^ gxNetShared,
String^ geostring_file,
int mode
)
public:
static CGEOSTRING^ Open(
CGXNETCore^ gxNetShared,
String^ geostring_file,
int mode
)
static member Open :
gxNetShared : CGXNETCore *
geostring_file : string *
mode : int -> CGEOSTRING
static member Open :
gxNetShared : CGXNETCore *
geostring_file : string *
mode : int -> CGEOSTRING
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:
CGEOSTRINGGEOSTRING Object
See Also