ArcGIS Pro 2.8 API Reference Guide
GetRelatedFeatureServiceLayerURL Method (StreamServiceFeatureClassDefinition)

ArcGIS.Core.Data.Realtime Namespace > StreamServiceFeatureClassDefinition Class : GetRelatedFeatureServiceLayerURL Method
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 10, Windows 8.1

See Also

Reference

StreamServiceFeatureClassDefinition Class
StreamServiceFeatureClassDefinition Members