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


IRasterLayerExport3.NoData Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterLayerExport3.NoData Property

The NoData value for exported raster dataset.

[Visual Basic .NET]
Public WriteOnly Property NoData
[C#]
public void NoData {set;}
[C++]
HRESULT put_NoData(
  VARIANT 
);
[C++]

Parameters [in] is a parameter of type VARIANT

Product Availability

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

See Also

IRasterLayerExport3 Interface