ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / IContentsPaneClipboardOps Interface / CanDuplicateAsync Method

In This Topic
    CanDuplicateAsync Method (IContentsPaneClipboardOps)
    In This Topic
    Can a duplicate (of the selected item(s)) be accomplished
    Syntax
    Task<bool> CanDuplicateAsync()
    Function CanDuplicateAsync() As Task(Of Boolean)

    Return Value

    Task{bool}
    Remarks
    Your pane is responsible for determining the context
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also