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


IMapLayerInfo.CanFind Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapLayerInfo.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(
  VARIANT_BOOL* CanFind
);
[C++]

Parameters CanFind [out, retval] CanFind is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapLayerInfo Interface