ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MappingExtensions Class / Inspect Method
A mapMember
The oid of the row.
Version

    Inspect Method
    Loads a row into a new inspector instance. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public static Inspector Inspect( 
       MapMember mapMember,
       long oid
    )

    Parameters

    mapMember
    A mapMember
    oid
    The oid of the row.

    Return Value

    An ArcGIS.Desktop.Editing.Attributes.Inspector loaded with the specified row.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also