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


IConditionalFunctionArguments.ConditionalRaster Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IConditionalFunctionArguments.ConditionalRaster Property

The 1st raster object, raster dataset or raster variable.

[Visual Basic .NET]
Public Property ConditionalRaster As Object
[C#]
public object ConditionalRaster {get; set;}
[C++]
HRESULT get_ConditionalRaster(
  LPUNKNOWN* ppRaster
);
[C++]
HRESULT putref_ConditionalRaster(
  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