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


IMarkerSymbol.YOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerSymbol Interface > IMarkerSymbol.YOffset Property
ArcGIS Developer Help

IMarkerSymbol.YOffset Property

Symbol Y-axis offset from point location.

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

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

Product Availability

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

Description

YOffset is the vertical offset of the marker symbol in points (approx. 1/72 inch). Offsets may be positive or negative numbers.

See Also

IMarkerSymbol Interface

.NET Samples

Creating a toolbar of globe tools