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


IConditionalFunctionArguments.FalseRaster Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IConditionalFunctionArguments.FalseRaster Property

The raster info object describing the output of this function.

[Visual Basic .NET]
Public Property FalseRaster As Object
[C#]
public object FalseRaster {get; set;}
[C++]
HRESULT get_FalseRaster(
  LPUNKNOWN* ppRaster
);
[C++]
HRESULT putref_FalseRaster(
  LPUNKNOWN ppRaster
);
[C++]

Parameters ppRaster [out, retval] ppRaster is a parameter of type LPUNKNOWN ppRaster [in] ppRaster is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IConditionalFunctionArguments Interface