ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / Element Class / CustomProperties Property

In This Topic
    CustomProperties Property (Element)
    In This Topic
    Gets the Custom Properties for the element.
    Syntax
    Public ReadOnly Property CustomProperties As IList(Of CIMStringMap)
    public IList<CIMStringMap> CustomProperties {get;}

    Property Value

    Returns a IList or empty list if there are no custom properties
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also