This document is archived and information here might be outdated.  Recommended version.


INetworkSourceRenderer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkSourceRenderer Interface
ArcGIS Developer Help

INetworkSourceRenderer Interface

Provides access to members that control the display properties of the sources consumed by the renderer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method BindSources Caches the subset of network sources that can be drawn by this renderer.
Read/write property IsSourceVisible Indicates if elements of the specified source should be rendered.
Read-only property SourceNames The cached subset of network sources that can be drawn by this renderer.
Read/write property SourceQueryExpression The query expression used to identify the subset of source features whose elements should be rendered.
Read-only property TrafficElementsOnly Indicates if only traffic features should be included in the subset of source features whose elements should be rendered.

Classes that implement INetworkSourceRenderer

Classes Description
NetworkTrafficRenderer A renderer used to display network dataset traffic.
SimpleNetworkRenderer A simple renderer used to display network dataset junctions, edges, and turns.