ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / ComponentElement Class / ReadAttribute Method
The name of the attribute.

In This Topic
    ReadAttribute Method
    In This Topic
    Reads the string value of the specified attribute.
    Syntax
    public string ReadAttribute( 
       string name
    )
    Public Function ReadAttribute( _
       ByVal name As String _
    ) As String

    Parameters

    name
    The name of the attribute.

    Return Value

    The value of the attribute.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also