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


INetworkSourceRenderer.BindSources Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

INetworkSourceRenderer.BindSources Method

Caches the subset of network sources that can be drawn by this renderer.

[Visual Basic .NET]
Public Sub BindSources ( _
    ByVal pNetworkDataset As INetworkDataset _
)
[C#]
public void BindSources (
    INetworkDataset pNetworkDataset
);
[C++]
HRESULT BindSources(
  INetworkDataset* pNetworkDataset
);
[C++]

Parameters pNetworkDataset [in]
pNetworkDataset is a parameter of type INetworkDataset

Product Availability

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

See Also

INetworkSourceRenderer Interface