ArcGIS Pro 3.7 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 Overridable Function ReadXmlElement( _
       ByVal reader As XmlReader _
    ) As Boolean
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also