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


IIdentifyDialog.AddLayerIdentifyPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > II > IIdentifyDialog Interface > IIdentifyDialog.AddLayerIdentifyPoint Method
ArcGIS Developer Help

IIdentifyDialog.AddLayerIdentifyPoint Method

Add layer and show objects that contain the given point.

[Visual Basic .NET]
Public Sub AddLayerIdentifyPoint ( _
    ByVal pLayer As ILayer, _
    ByVal x As Integer, _
    ByVal y As Integer _
)
[C#]
public void AddLayerIdentifyPoint (
    ILayer pLayer,
    int x,
    int y
);

Product Availability

Available with ArcGIS Desktop.

See Also

IIdentifyDialog Interface