ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMStandaloneTable Class / CustomProperties Property

In This Topic
    CustomProperties Property (CIMStandaloneTable)
    In This Topic
    Gets or sets the custom properties of the standalone table. Custom properties are limited to key / value pairs of strings and developers are fully responsible for stored content.
    Syntax
    public CIMStringMap[] CustomProperties {get; set;}
    Public Property CustomProperties As CIMStringMap()
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also