ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMPopupInfo Class / RelatedRecordSortOrder Property

In This Topic
    RelatedRecordSortOrder Property (CIMPopupInfo)
    In This Topic
    Gets or sets the field name and the sort order by which the related records will be ordered. The items are defined by the related field name (Format: RelationshipName\\FieldName) as the Keys and the sort order (Enum: Asc, Desc) as the Values.
    Syntax
    public CIMStringMap[] RelatedRecordSortOrder {get; set;}
    Public Property RelatedRecordSortOrder As CIMStringMap()
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also