This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBasicFillSymbol Interface > IBasicFillSymbol.FillPattern Property (ArcObjects .NET 10.4 SDK) |
Fill pattern of a basic fill symbol.
[Visual Basic .NET] Public Property FillPattern As IFillPattern
[C#] public IFillPattern FillPattern {get; set;}
[C++]
HRESULT get_FillPattern(
IFillPattern** pattern
);
[C++]
HRESULT putref_FillPattern(
IFillPattern* pattern
);
[C++]
Parameters pattern [out, retval]
pattern is a parameter of type IFillPattern pattern [in]
pattern is a parameter of type IFillPattern
Use IFillPattern interface to change FillPattern property of a BasicFillSymbol object.