ArcGIS Pro 2.9 API Reference Guide
ReadAttribute Method

ArcGIS.Desktop.Framework Namespace > ComponentElement Class : ReadAttribute Method
The name of the attribute.
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, Windows 8.1

See Also

Reference

ComponentElement Class
ComponentElement Members