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


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

IMapLayerInfo.CanIdentify Property

Indicates if the layer supports the Identify operation.

[Visual Basic .NET]
Public ReadOnly Property CanIdentify As Boolean
[C#]
public bool CanIdentify {get;}
[C++]
HRESULT get_CanIdentify(
  VARIANT_BOOL* canId
);
[C++]

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

Product Availability

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

See Also

IMapLayerInfo Interface