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


IRasterFunction3.ApplyMask Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunction3 Interface > IRasterFunction3.ApplyMask Property
ArcGIS Developer Help

IRasterFunction3.ApplyMask Property

.

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

pbApplyMask is a parameter of type bool* pbApplyMask
pbApplyMask is a parameter of type bool

Product Availability

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

See Also

IRasterFunction3 Interface