ArcObjects Library Reference (CartoUI)  

IIdentifyDialog2.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, _
    ByVal tolerance As Integer, _
    ByVal trackCancel As ITrackCancel _
)
[C#]
public void AddLayerIdentifyPoint (
    ILayer pLayer,
    int x,
    int y,
    int tolerance,
    ITrackCancel trackCancel
);

Product Availability

Available with ArcGIS Desktop.

See Also

IIdentifyDialog2 Interface