This document is archived and information here might be outdated. Recommended version. |
The band definition keyword to be set on the mosaic dataset.
[Visual Basic .NET] Public Property BandDefinitionKeyword As String
[C#] public string BandDefinitionKeyword {get; set;}
[C++]
HRESULT get_BandDefinitionKeyword(
BSTR pBandDefinitionKeyword
);
[C++]
HRESULT put_BandDefinitionKeyword(
System.String* pBandDefinitionKeyword
);
[C++]
Parameters pBandDefinitionKeyword [in]
pBandDefinitionKeyword is a parameter of type BSTR pBandDefinitionKeyword [out, retval]
pBandDefinitionKeyword is a parameter of type BSTR*