 | CGISCreate Method |
Creates a GIS Object
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CGIS Create(
CGXNETCore gxNetShared,
string file,
string info,
int type
)
public static CGIS Create(
CGXNETCore gxNetShared,
string file,
string info,
int type
)
Public Shared Function Create (
gxNetShared As CGXNETCore,
file As String,
info As String,
type As Integer
) As CGIS
Public Shared Function Create (
gxNetShared As CGXNETCore,
file As String,
info As String,
type As Integer
) As CGIS
public:
static CGIS^ Create(
CGXNETCore^ gxNetShared,
String^ file,
String^ info,
int type
)
public:
static CGIS^ Create(
CGXNETCore^ gxNetShared,
String^ file,
String^ info,
int type
)
static member Create :
gxNetShared : CGXNETCore *
file : string *
info : string *
type : int -> CGIS
static member Create :
gxNetShared : CGXNETCore *
file : string *
info : string *
type : int -> CGIS
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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