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


IRasterLayerExport3.NoData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterLayerExport3 Interface > IRasterLayerExport3.NoData Property
ArcGIS Developer Help

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