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


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

INetworkRendererPropertyPage.AppliesTo Property

Indicates if the property page is applicable to the specified renderer type.

[Visual Basic .NET]
Public Function get_AppliesTo ( _
    ByVal rendererType As esriNetworkRendererType _
) As Boolean
[C#]
public bool get_AppliesTo (
    esriNetworkRendererType rendererType
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkRendererPropertyPage Interface