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


IBasicFillSymbol.FillPattern Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IBasicFillSymbol.FillPattern Property

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.

See Also

IBasicFillSymbol Interface