 | CIPJIGetXML Method (String, Int32) |
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,
int size
)
public void IGetXML(
ref string str_val,
int size
)
Public Sub IGetXML (
ByRef str_val As String,
size As Integer
)
Public Sub IGetXML (
ByRef str_val As String,
size As Integer
)
public:
void IGetXML(
String^% str_val,
int size
)
public:
void IGetXML(
String^% str_val,
int size
)
member IGetXML :
str_val : string byref *
size : int -> unit
member IGetXML :
str_val : string byref *
size : int -> unit
Parameters
- str_val
- Type: SystemString
XML string returned - size
- Type: SystemInt32
String length, should be at least 1024
See Also