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


IExportItemsParameters.NoData Property (ArcObjects .NET 10.6 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(
  System.String* pNodata
);
[C++]

Parameters pNodata [in]
pNodata is a parameter of type BSTR pNodata [out, retval]
pNodata is a parameter of type BSTR*

Product Availability

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

See Also

IExportItemsParameters Interface