This document is archived and information here might be outdated. Recommended version. |
The nodata.
[Visual Basic .NET]
Public Property NoData As String
[C#]
public string NoData {get; set;}
[C++]
HRESULT get_NoData(
BSTR pNodata
);
[C++]
HRESULT put_NoData(
System.String* pNodata
);
[C++] Parameters pNodata [in]
pNodata is a parameter of type BSTR pNodata [out, retval]
pNodata is a parameter of type BSTR*