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


IMoveInteraction.OffsetY Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IMoveInteraction.OffsetY Property

Current vertical offset expressed in points.

[Visual Basic .NET]
Public Property OffsetY As Double
[C#]
public double OffsetY {get; set;}
[C++]
HRESULT get_OffsetY(
  double* MapOffset
);
[C++]
HRESULT put_OffsetY(
  double MapOffset
);
[C++]

Parameters MapOffset [out, retval] MapOffset is a parameter of type double MapOffset [in] MapOffset is a parameter of type double

Product Availability

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

See Also

IMoveInteraction Interface

.NET Samples

Create custom move, rotate, and scale GeometricEffects within a single project (Code Files: clsGE_Transform_Move)