ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMObject Class / WriteXml Method
System.Xml.XmlWriter

In This Topic
    WriteXml Method
    In This Topic
    Writes the element inside the writer.
    Syntax
    Public Sub WriteXml( _
       ByVal writer As XmlWriter _
    ) 
    public void WriteXml( 
       XmlWriter writer
    )

    Parameters

    writer
    System.Xml.XmlWriter
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also