This document is archived and information here might be outdated.  Recommended version.


IExportItemsParameters.NoData Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IExportItemsParameters.NoData Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExportItemsParameters Interface