ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR pDisplayName
);
[C++]

Parameters

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

Product Availability

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

See Also

IItemURI Interface