ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DragInfo Class / OutOfProcData Property

In This Topic
    OutOfProcData Property
    In This Topic
    Gets or sets the drag data meant for other instances of Pro. Clients should set this when Data cannot be serialized, and they need a different representation for out-of-process cases.
    Syntax
    Public Property OutOfProcData As Object
    public object OutOfProcData {get; set;}
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also