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