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


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

ILayerInfo.LargeImage Property

Large image that represents the layer.

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

See Also

ILayerInfo Interface