ArcObjects Library Reference (Carto)  

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