This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectFilter Interface > IGxObjectFilter.CanChooseObject Method (ArcObjects .NET 10.4 SDK) |
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 );