ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IDisplayTable Interface / GetDisplayExpressions Method
An array of oids
Version

GetDisplayExpressions Method (IDisplayTable)
Gets the display expressions of the given set of objects. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
List<string> GetDisplayExpressions( 
   IEnumerable<long> oids
)

Parameters

oids
An array of oids

Return Value

A correspondingly indexed array of display expressions for the given Oids.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also