ArcObjects Library Reference (Carto)  

ILayerInfo.SmallImage Property

Small image that represents the layer.

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

Parameters

hBitmap [out, retval]

  hBitmap is a parameter of type OLE_HANDLE

Product Availability

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

Description

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

See Also

ILayerInfo Interface