This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportItemsParameters Interface > IExportItemsParameters.NoData Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR pNodata
);
[C++]
Parameters pNodata [out, retval] pNodata is a parameter of type BSTR pNodata [in] pNodata is a parameter of type BSTR