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


IACSimpleFillSymbol.FillType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IACSimpleFillSymbol.FillType Property

The fill type.

[Visual Basic .NET]
Public Property FillType As acFillType
[C#]
public acFillType FillType {get; set;}
[C++]
HRESULT get_FillType(
  acFillType* Type
);
[C++]
HRESULT put_FillType(
  acFillType Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type acFillType Type [in]
Type is a parameter of type acFillType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IACSimpleFillSymbol Interface