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


IExportItemsParameters.NoData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportItemsParameters Interface > IExportItemsParameters.NoData Property
ArcGIS Developer Help

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