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


IFillProperties.YSeparation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFillProperties Interface > IFillProperties.YSeparation Property
ArcGIS Developer Help

IFillProperties.YSeparation Property

Fill element separation along Y-axis.

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

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

Product Availability

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

Description

Separation between repeating patterns of Markers or Pictures in the Y (vertical) direction. Values are specified in points (approximately 1/72 of an inch). Positive values increase the separation upwards and negative values decrease the spearation downwards. The default value is 0 (zero).

See Also

IFillProperties Interface