Click or drag to resize

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
Syntax
public void IGetXML(
	ref string str_val,
	int size
)

public void IGetXML(
	ref string str_val,
	int size
)

Parameters

str_val
Type: SystemString
XML string returned
size
Type: SystemInt32
String length, should be at least 1024
See Also