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


IACSimplePolygonSymbol.FillInterval Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACSimplePolygonSymbol Interface > IACSimplePolygonSymbol.FillInterval Property
ArcGIS Developer Help

IACSimplePolygonSymbol.FillInterval Property

The interval of the hatch fill type.

[Visual Basic .NET]
Public Property FillInterval As Integer
[C#]
public int FillInterval {get; set;}
[C++]
HRESULT get_FillInterval(
  System.Int32* Interval
);
[C++]
HRESULT put_FillInterval(
  long Interval
);
[C++]
Parameters
Interval [out, retval]

Interval is a parameter of type long* Interval [in]
Interval is a parameter of type long

Product Availability

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

See Also

IACSimplePolygonSymbol Interface