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


ILayerInfo.LargeSelectedImage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerInfo Interface > ILayerInfo.LargeSelectedImage Property
ArcGIS Developer Help

ILayerInfo.LargeSelectedImage Property

Large image that represents the layer when it is selected.

[Visual Basic .NET]
Public ReadOnly Property LargeSelectedImage As Integer
[C#]
public int LargeSelectedImage {get;}
[C++]
HRESULT get_LargeSelectedImage(
  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 when it is selected in ArcCatalog's 'Large Icon' view.

See Also

ILayerInfo Interface