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