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


IBasicFillSymbol.FillPattern Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBasicFillSymbol Interface > IBasicFillSymbol.FillPattern Property
ArcGIS Developer Help

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