com.esri.arcgis.datasourcesraster
Interface IRasterFunction3

All Superinterfaces:
Serializable

public interface IRasterFunction3
extends Serializable

Provides access to members that control mask-data syncing for pixel blocks produced from raster functions.

Product Availability

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


Method Summary
 boolean isApplyMask()
          isApplyMask
 void setApplyMask(boolean pbApplyMask)
          setApplyMask
 

Method Detail

isApplyMask

boolean isApplyMask()
                    throws IOException,
                           AutomationException
isApplyMask

Product Availability

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

Returns:
The pbApplyMask
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setApplyMask

void setApplyMask(boolean pbApplyMask)
                  throws IOException,
                         AutomationException
setApplyMask

Product Availability

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

Parameters:
pbApplyMask - The pbApplyMask (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.