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