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


ILabelStyleSelector.Applies Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IL > ILabelStyleSelector Interface > ILabelStyleSelector.Applies Method
ArcGIS Developer Help

ILabelStyleSelector.Applies Method

Indicates if this label style selector can be used with the specified label style.

[Visual Basic .NET]
Public Function Applies ( _
    ByVal style As ILabelStyle _
) As Boolean
[C#]
public bool Applies (
    ILabelStyle style
);

Product Availability

Available with ArcGIS Desktop.

See Also

ILabelStyleSelector Interface