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

In This Topic
    ReadXmlElement Method (CIMObject)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also