 | CACQUIRECreate Method |
Create an acQuire object
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CACQUIRE Create(
CGXNETCore gxNetShared
)
public static CACQUIRE Create(
CGXNETCore gxNetShared
)
Public Shared Function Create (
gxNetShared As CGXNETCore
) As CACQUIRE
Public Shared Function Create (
gxNetShared As CGXNETCore
) As CACQUIRE
public:
static CACQUIRE^ Create(
CGXNETCore^ gxNetShared
)
public:
static CACQUIRE^ Create(
CGXNETCore^ gxNetShared
)
static member Create :
gxNetShared : CGXNETCore -> CACQUIRE
static member Create :
gxNetShared : CGXNETCore -> CACQUIRE
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
Return Value
Type:
CACQUIREacQuire Object
See Also