This document is archived and information here might be outdated. Recommended version. |
Data value used to indicate invalid or excluded data.
[Visual Basic .NET]
Public Property NoDataValue As Object
[C#]
public object NoDataValue {get; set;}
[C++]
HRESULT get_NoDataValue(
Variant* pVal
);
[C++]
HRESULT put_NoDataValue(
VARIANT pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type VARIANT* pVal [in]
pVal is a parameter of type VARIANT