 | CGISCreate Method |
Creates a GIS Object
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CGIS Create(
string file,
string info,
int type
)
public static CGIS Create(
string file,
string info,
int type
)
Public Shared Function Create (
file As String,
info As String,
type As Integer
) As CGIS
Public Shared Function Create (
file As String,
info As String,
type As Integer
) As CGIS
public:
static CGIS^ Create(
String^ file,
String^ info,
int type
)
public:
static CGIS^ Create(
String^ file,
String^ info,
int type
)
static member Create :
file : string *
info : string *
type : int -> CGIS
static member Create :
file : string *
info : string *
type : int -> CGIS
Parameters
- file
- Type: SystemString
Data source (file) - info
- Type: SystemString
Data qualifying information if required. - type
- Type: SystemInt32
<define>GIS_TYPE</define>
Return Value
Type:
CGISGIS Object
See Also