ArcObjects Library Reference (ArcMapUI)  

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