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


ILineFillSymbol.Separation Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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(
  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