ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / Element Class / GetCustomProperty Method

In This Topic
    GetCustomProperty Method (Element)
    In This Topic
    Gets a Custom Property value for the element.
    Syntax
    Public Function GetCustomProperty( _
       ByVal key As String _
    ) As String
    public string GetCustomProperty( 
       string key
    )

    Parameters

    key

    Return Value

    Returns a string based on the key that is provided.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also