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


INetworkSourceRenderer.SourceNames Property (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 > INetworkSourceRenderer.SourceNames Property
ArcGIS Developer Help

INetworkSourceRenderer.SourceNames Property

The cached subset of network sources that can be drawn by this renderer.

[Visual Basic .NET]
Public Sub SourceNames ( _
    ByRef ppSourceNames As IStringArray _
)
[C#]
public void SourceNames (
    ref IStringArray ppSourceNames
);
[C++]
HRESULT get_SourceNames(
  IStringArray** ppSourceNames
);
[C++]
Parameters
ppSourceNames [in]

ppSourceNames is a parameter of type IStringArray**

Product Availability

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

See Also

INetworkSourceRenderer Interface