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


IGxObjectFilter.CanDisplayObject Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Catalog)  

IGxObjectFilter.CanDisplayObject Method

Indicates if the given object can be displayed.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGxObjectFilter Interface

.NET Samples

Browse for Python files (Code Files: CustomFilter)

.NET Related Topics

Catalog