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


IWMSIdentifyObject.CanIdentify Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSIdentifyObject Interface > IWMSIdentifyObject.CanIdentify Method
ArcGIS Developer Help

IWMSIdentifyObject.CanIdentify Method

Indicates if the object can identify the specified layer.

[Visual Basic .NET]
Public Function CanIdentify ( _
    ByVal pLayer As ILayer _
) As Boolean
[C#]
public bool CanIdentify (
    ILayer pLayer
);
[C++]
HRESULT CanIdentify(
  ILayer* pLayer
);
[C++]
Parameters
pLayer [in]

pLayer is a parameter of type ILayer*

Product Availability

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

See Also

IWMSIdentifyObject Interface