This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMask Interface > IMask.MaskSymbol Property (ArcObjects .NET 10.5 SDK) |
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
MaskSymbol is the fill symbol used as the mask. Any IFillSymbol interface can be used.