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


IGxObjectFilter.CanChooseObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectFilter Interface > IGxObjectFilter.CanChooseObject Method
ArcGIS Developer Help

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