ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IElement Interface / CustomProperties Property

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

    Property Value

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also