ArcObjects Library Reference (Carto)  

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(
  long* hIcon
);
[C++]

Parameters

hIcon [out, retval]   hIcon is a parameter of type long

Product Availability

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

See Also

IMapSurround Interface