ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / StandaloneTable Class / SetSelectRelatedData Method
A boolean value indicating if related data should be selected when creating a new selection.

In This Topic
    SetSelectRelatedData Method (StandaloneTable)
    In This Topic
    Toggles the SelectRelatedData of a MapMember. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetSelectRelatedData( _
       ByVal selectRelatedData As Boolean _
    ) 
    public void SetSelectRelatedData( 
       bool selectRelatedData
    )

    Parameters

    selectRelatedData
    A boolean value indicating if related data should be selected when creating a new selection.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also