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


INetworkRendererPropertyPage.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IN > INetworkRendererPropertyPage Interface > INetworkRendererPropertyPage.Name Property
ArcGIS Developer Help

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