 | CGEOSTRINGOpen Method |
Open a Geostring file
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CGEOSTRING Open(
string geostring_file,
int mode
)
public static CGEOSTRING Open(
string geostring_file,
int mode
)
Public Shared Function Open (
geostring_file As String,
mode As Integer
) As CGEOSTRING
Public Shared Function Open (
geostring_file As String,
mode As Integer
) As CGEOSTRING
public:
static CGEOSTRING^ Open(
String^ geostring_file,
int mode
)
public:
static CGEOSTRING^ Open(
String^ geostring_file,
int mode
)
static member Open :
geostring_file : string *
mode : int -> CGEOSTRING
static member Open :
geostring_file : string *
mode : int -> CGEOSTRING
Parameters
- geostring_file
- Type: SystemString
Geostring file name - mode
- Type: SystemInt32
<define>GEOSTRING_OPEN</define>
Return Value
Type:
CGEOSTRINGGEOSTRING Object
See Also