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


IGxView.Applies Method (ArcObjects .NET 10.4 SDK)
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