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


IArcGISPortal.BannerImage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IA > IArcGISPortal Interface > IArcGISPortal.BannerImage Property
ArcGIS Developer Help

IArcGISPortal.BannerImage Property

method BannerImage.

[Visual Basic .NET]
Public ReadOnly Property BannerImage As Integer
[C#]
public int BannerImage {get;}
[C++]
HRESULT get_BannerImage(
  System.Int32* hBitmap
);
[C++]
Parameters
hBitmap [out, retval]

hBitmap is a parameter of type long*

Product Availability

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

See Also

IArcGISPortal Interface