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


IItemURI.DisplayName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemURI Interface > IItemURI.DisplayName Property
ArcGIS Developer Help

IItemURI.DisplayName Property

The friendly-name identifying this item in the mosaic dataset. The value in this property appears in the Name field of the mosaic catalog.

[Visual Basic .NET]
Public Property DisplayName As String
[C#]
public string DisplayName {get; set;}
[C++]
HRESULT get_DisplayName(
  BSTR pDisplayName
);
[C++]
HRESULT put_DisplayName(
  System.String* pDisplayName
);
[C++]
Parameters
pDisplayName [in]

pDisplayName is a parameter of type BSTR pDisplayName [out, retval]
pDisplayName is a parameter of type BSTR*

Product Availability

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

See Also

IItemURI Interface