This document is archived and information here might be outdated. Recommended version. |
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.