This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > II > IIdentifyDialog2 Interface > IIdentifyDialog2.AddLayerIdentifyObject Method (ArcObjects .NET 10.5 SDK) |
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 );