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


IGxView.Applies Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxView Interface > IGxView.Applies Method
ArcGIS Developer Help

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