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


IIdentifyDialog2.AddLayerIdentifyObject Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CartoUI)  

IIdentifyDialog2.AddLayerIdentifyObject Method

Add layer and show object hit at given location.

[Visual Basic .NET]
Public Sub AddLayerIdentifyObject ( _
    ByVal pLayer As ILayer, _
    ByVal object As Object, _
    ByVal location As IPoint _
)
[C#]
public void AddLayerIdentifyObject (
    ILayer pLayer,
    object object,
    IPoint location
);

Product Availability

Available with ArcGIS Desktop.

See Also

IIdentifyDialog2 Interface