Click or drag to resize

CIPJSetXML Method

Set an IPJ from a Geosoft Metadata XML string

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetXML(
	string str_val
)

public void SetXML(
	string str_val
)

Parameters

str_val
Type: SystemString
XML string to set
See Also