This document is archived and information here might be outdated. Recommended version. |
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*