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


IIdentifyDialog2.SelectLayer 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.SelectLayer Method
ArcGIS Developer Help

IIdentifyDialog2.SelectLayer Method

Select a specific layer in the combobox. This only works if the dialog is visible.

[Visual Basic .NET]
Public Sub SelectLayer ( _
    ByVal pLayer As ILayer _
)
[C#]
public void SelectLayer (
    ILayer pLayer
);

Product Availability

Available with ArcGIS Desktop.

See Also

IIdentifyDialog2 Interface