ArcObjects Library Reference (Carto)  

IMapLayerInfo4.CanFind Property

Indicates if the layer supports the Find operation.

[Visual Basic .NET]
Public ReadOnly Property IsFeatureLayer As Boolean
[C#]
public bool IsFeatureLayer {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

IMapLayerInfo4 Interface