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


IMask.MaskSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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