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


INetworkRendererPropertyPage.AppliesTo 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.AppliesTo Property
ArcGIS Developer Help

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