ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ExploratoryAnalysis Class / ID Property

In This Topic
    ID Property (ExploratoryAnalysis)
    In This Topic
    Identifier for the exploratory analysis object within its current MapView.

    The ID is only unique to the map view that it was added to. For this reason, the same instance should not be added to more than one MapView. Use the subclass's copy constructor for that.

    Syntax
    public int ID {get;}
    Public ReadOnly Property ID As Integer
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also