ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / AttachmentFilterType Enumeration

In This Topic
    AttachmentFilterType Enumeration
    In This Topic
    Represents the attachment filter type. The filter attachment type determines which attachments from the feature are shown in the exported report.
    Syntax
    Members
    MemberDescription
    First Display the first number of attachments according to sort order.
    Index Display only the specified indexed attachment.
    Last Display the last number of attachments according to sort order.
    None Display all the attachments.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.AttachmentFilterType

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also