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


ILineFillSymbol.Separation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineFillSymbol Interface > ILineFillSymbol.Separation Property
ArcGIS Developer Help

ILineFillSymbol.Separation Property

Line symbol separation within fill.

[Visual Basic .NET]
Public Property Separation As Double
[C#]
public double Separation {get; set;}
[C++]
HRESULT get_Separation(
  System.Double* Separation
);
[C++]
HRESULT put_Separation(
  double Separation
);
[C++]
Parameters
Separation [out, retval]

Separation is a parameter of type double* Separation [in]
Separation is a parameter of type double

Product Availability

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

Description

Separation is the distance between each line within the fill. Separation is specified in points (approximately 1/72 inch).

See Also

ILineFillSymbol Interface