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


INetworkRendererPropertyPage.Name Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CartoUI)  

INetworkRendererPropertyPage.Name Property

Renderer name for the specified renderer type.

[Visual Basic .NET]
Public Function get_Name ( _
    ByVal rendererType As esriNetworkRendererType _
) As String
[C#]
public string get_Name (
    esriNetworkRendererType rendererType
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkRendererPropertyPage Interface