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


ILayerInfo.SmallSelectedImage Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILayerInfo.SmallSelectedImage Property

Small image that represents the layer when it is selected.

[Visual Basic .NET]
Public ReadOnly Property SmallSelectedImage As Integer
[C#]
public int SmallSelectedImage {get;}
[C++]
HRESULT get_SmallSelectedImage(
  long* hBitmap
);
[C++]

Parameters hBitmap [out, retval] hBitmap is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The icon used to represent the layer when it is selected in ArcCatalog's 'List' and 'Details' views.

See Also

ILayerInfo Interface