This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IOverviewItemURI Interface > IOverviewItemURI.ItemName Property (ArcObjects .NET 10.4 SDK) |
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