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


IMask.MaskSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMask Interface > IMask.MaskSymbol Property
ArcGIS Developer Help

IMask.MaskSymbol Property

The mask symbol.

[Visual Basic .NET]
Public Property MaskSymbol As IFillSymbol
[C#]
public IFillSymbol MaskSymbol {get; set;}
[C++]
HRESULT get_MaskSymbol(
  IFillSymbol** fillSym
);
[C++]
HRESULT putref_MaskSymbol(
  IFillSymbol* fillSym
);
[C++]
Parameters
fillSym [out, retval]

fillSym is a parameter of type IFillSymbol** fillSym [in]
fillSym is a parameter of type IFillSymbol*

Product Availability

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

Description

MaskSymbol is the fill symbol used as the mask. Any IFillSymbol interface can be used.

See Also

IMask Interface