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


IMapSurround.Icon Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapSurround Interface > IMapSurround.Icon Property
ArcGIS Developer Help

IMapSurround.Icon Property

Icon used to represent the map surround.

[Visual Basic .NET]
Public ReadOnly Property Icon As Integer
[C#]
public int Icon {get;}
[C++]
HRESULT get_Icon(
  OLE_HANDLE* hIcon
);
[C++]
Parameters
hIcon [out, retval]

hIcon is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IMapSurround Interface