ArcObjects Library Reference (CatalogUI)  

IGxView.Applies Method

Indicates if the view can display the given object.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGxView Interface