ArcObjects Library Reference  (Carto)    

IMapSurround.Icon Property

Icon used to represent the map surround.

[Visual Basic 6.0]
Property Icon As OLE_HANDLE
[Visual Basic .NET]
Public ReadOnly Property Icon As Integer
[C#]
public int Icon {get;}
[Java]
public OLEHANDLE getIcon()
throws
    IOException,
    AutomationException
[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