SoLDMReaderGetXmlTag Method |
Gets the first occurrence of the XML element whose tag name is specified by tagName.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax public virtual SbXmlTag GetXmlTag(
string tagName
)
Public Overridable Function GetXmlTag (
tagName As String
) As SbXmlTag
public:
virtual SbXmlTag GetXmlTag(
String^ tagName
)
abstract GetXmlTag :
tagName : string -> SbXmlTag
override GetXmlTag :
tagName : string -> SbXmlTag
Parameters
- tagName
- Type: SystemString
Return Value
Type:
SbXmlTagRemarks 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