ArcObjects Library Reference (Carto)  

IMapLayerInfo2.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

IMapLayerInfo2 Interface