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


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

ILegendSymbolEditor.Applies Method

Checks if the editor applies to the specified symbol.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ILegendSymbolEditor Interface