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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Use IFillPattern interface to change FillPattern property of a BasicFillSymbol object.