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