ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMObject Class / ReadXmlElement Method
The XmlReader
Version

ReadXmlElement Method (CIMObject)
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
)

Parameters

reader
The XmlReader

Return Value

True if the EndElement node was read by the function
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also