ArcGIS Pro 2.8 API Reference Guide
ReadXmlElement Method (CIMObject)

ArcGIS.Core.CIM Namespace > CIMObject Class : ReadXmlElement Method
The XmlReader
Reads the current element from the reader. Returns 'True' if the EndElement node was read by the function.
Syntax
protected virtual bool ReadXmlElement( 
   XmlReader reader
)
Protected Overridable Function ReadXmlElement( _
   ByVal reader As XmlReader _
) As Boolean

Parameters

reader
The XmlReader

Return Value

True if the EndElement node was read by the function
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

CIMObject Class
CIMObject Members