 | CIPJIGetXML Method (String) |
Get an Geosoft Metadata XML string from an IPJ
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetXML(
ref string str_val
)
public void IGetXML(
ref string str_val
)
Public Sub IGetXML (
ByRef str_val As String
)
Public Sub IGetXML (
ByRef str_val As String
)
public:
void IGetXML(
String^% str_val
)
public:
void IGetXML(
String^% str_val
)
member IGetXML :
str_val : string byref -> unit
member IGetXML :
str_val : string byref -> unit
Parameters
- str_val
- Type: SystemString
XML string returned
See Also