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


IMapLayerInfo4.CanFind Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapLayerInfo4 Interface > IMapLayerInfo4.CanFind Property
ArcGIS Developer Help

IMapLayerInfo4.CanFind Property

Indicates if the layer supports the Find operation.

[Visual Basic .NET]
Public ReadOnly Property CanFind As Boolean
[C#]
public bool CanFind {get;}
[C++]
HRESULT get_CanFind(
  Boolean* CanFind
);
[C++]
Parameters
CanFind [out, retval]

CanFind is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapLayerInfo4 Interface