This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineFillSymbol Interface > ILineFillSymbol.Separation Property (ArcObjects .NET 10.5 SDK) |
Line symbol separation within fill.
[Visual Basic .NET] Public Property Separation As Double
[C#] public double Separation {get; set;}
[C++]
HRESULT get_Separation(
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
Separation is the distance between each line within the fill. Separation is specified in points (approximately 1/72 inch).