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

In This Topic
    Inspect Method
    In This Topic
    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
    )
    Public Shared Function Inspect( _
       ByVal mapMember As MapMember, _
       ByVal oid As Long _
    ) As Inspector

    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 or higher.
    See Also