ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / IContentsPaneClipboardOps Interface / CanCopyAsync Method

In This Topic
    CanCopyAsync Method (IContentsPaneClipboardOps)
    In This Topic
    Can a copy to the clipboard be accomplished
    Syntax
    Function CanCopyAsync() As Task(Of Boolean)
    Task<bool> CanCopyAsync()

    Return Value

    Task{bool}
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also