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