 | CSTORAGEPROJECTClose Method |
Close the project storage.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void Close(
CGXNETCore gxNetShared
)
public static void Close(
CGXNETCore gxNetShared
)
Public Shared Sub Close (
gxNetShared As CGXNETCore
)
Public Shared Sub Close (
gxNetShared As CGXNETCore
)
public:
static void Close(
CGXNETCore^ gxNetShared
)
public:
static void Close(
CGXNETCore^ gxNetShared
)
static member Close :
gxNetShared : CGXNETCore -> unit
static member Close :
gxNetShared : CGXNETCore -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
See Also