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


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

IGxObjectFilter.CanChooseObject Method

Indicates if the given object can be chosen.

[Visual Basic .NET]
Public Function CanChooseObject ( _
    ByVal object As IGxObject, _
    ByRef result As esriDoubleClickResult _
) As Boolean
[C#]
public bool CanChooseObject (
    IGxObject object,
    ref esriDoubleClickResult result
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxObjectFilter Interface