 | CIPJCreateXML Method |
Create an IPJ from serialized Geosoft MetaData XML file
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CIPJ CreateXML(
CGXNETCore gxNetShared,
string file
)
public static CIPJ CreateXML(
CGXNETCore gxNetShared,
string file
)
Public Shared Function CreateXML (
gxNetShared As CGXNETCore,
file As String
) As CIPJ
Public Shared Function CreateXML (
gxNetShared As CGXNETCore,
file As String
) As CIPJ
public:
static CIPJ^ CreateXML(
CGXNETCore^ gxNetShared,
String^ file
)
public:
static CIPJ^ CreateXML(
CGXNETCore^ gxNetShared,
String^ file
)
static member CreateXML :
gxNetShared : CGXNETCore *
file : string -> CIPJ
static member CreateXML :
gxNetShared : CGXNETCore *
file : string -> CIPJ
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - file
- Type: SystemString
File Name
Return Value
Type:
CIPJIPJ Object
See Also