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


IOverviewItemURI.ItemName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IOverviewItemURI.ItemName Property

Name of the overview item.

[Visual Basic .NET]
Public Property ItemName As String
[C#]
public string ItemName {get; set;}
[C++]
HRESULT get_ItemName(
  BSTR* pItemName
);
[C++]
HRESULT put_ItemName(
  BSTR pItemName
);
[C++]

Parameters pItemName [out, retval] pItemName is a parameter of type BSTR pItemName [in] pItemName is a parameter of type BSTR

Product Availability

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

See Also

IOverviewItemURI Interface