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


IViewCommand.Applies Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IV > IViewCommand Interface > IViewCommand.Applies Method
ArcGIS Developer Help

IViewCommand.Applies Method

Indicates if command works with the specified view.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IViewCommand Interface