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

In This Topic
    GetRelatedFeatureServiceLayerURL Method (StreamServiceTableDefinition)
    In This Topic
    Gets the URL of a feature service layer that related attribues for streamed features.
    Syntax
    public Uri GetRelatedFeatureServiceLayerURL()
    Public Function GetRelatedFeatureServiceLayerURL() As Uri

    Return Value

    Remarks

    The related feature service may contains geometry field. For example, you may be monitoring water level at stream gauges - in this case stream service can broadcast only attribues such as water level, but the location of those gauges and any other static attributes are stored within the related feature service.

    Another example could be monitoring airlines flight locations. In this case stream service broadcasts the lastest locations of each airlines, but some other information such as airplane make, model, capacity, ranges etc. can be retrieved from the related feature service layer.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also