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