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