Click or drag to resize
SoLDMReaderGetXmlTag Method

Gets the first occurrence of the XML element whose tag name is specified by tagName.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual SbXmlTag GetXmlTag(
	string tagName
)

Parameters

tagName
Type: SystemString

Return Value

Type: SbXmlTag
Remarks

Then the associated value or subtags can be fetched using the SbXmlElement methods. Custom XML tags can be added to the LDM header file by using the method SoLDMConverter.setXmlCallback().

See Also