ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMRelationshipMediaInfo Class / RelatedRecordSortOrder Property

In This Topic
    RelatedRecordSortOrder Property (CIMRelationshipMediaInfo)
    In This Topic
    Gets or sets the field names and the types of sort order by which the related records will be ordered. The items are defined by the related field name 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.1 or higher.
    See Also