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


IRemap.NoDataTo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRemap Interface > IRemap.NoDataTo Property
ArcGIS Developer Help

IRemap.NoDataTo Property

The nodata value.

[Visual Basic .NET]
Public WriteOnly Property NoDataTo
[C#]
public void NoDataTo {set;}
[C++]
HRESULT put_NoDataTo(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

See Also

IRemap Interface