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


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

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