SoLDMReaderGetXmlTag Method |
Gets the first occurrence of the XML element whose tag name is specified by tagName.
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().
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.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:
SbXmlTagSee Also