ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Realtime Namespace / StreamServiceTableDefinition Class / GetRelatedJoinField Method

In This Topic
    GetRelatedJoinField Method (StreamServiceTableDefinition)
    In This Topic
    Gets the name of a common field that is used to relate streamed features/rows with features/rows from a feature service accessible via GetRelatedFeatureServiceLayerURL.
    Syntax
    public string GetRelatedJoinField()
    Public Function GetRelatedJoinField() As String

    Return Value

    A name of the join field.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also