ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunction3.ApplyMask Property

.

[Visual Basic .NET]
Public Property ApplyMask As Boolean
[C#]
public bool ApplyMask {get; set;}
[C++]
HRESULT get_ApplyMask(
  VARIANT_BOOL* pbApplyMask
);
[C++]
HRESULT put_ApplyMask(
  VARIANT_BOOL pbApplyMask
);
[C++]

Parameters

pbApplyMask [out, retval]   pbApplyMask is a parameter of type VARIANT_BOOL pbApplyMask   pbApplyMask is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterFunction3 Interface