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


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

IMoveInteraction.MapOffsetY Property

Current vertical offset expressed in map units.

[Visual Basic .NET]
Public Property MapOffsetY As Double
[C#]
public double MapOffsetY {get; set;}
[C++]
HRESULT get_MapOffsetY(
  double MapOffset
);
[C++]
HRESULT put_MapOffsetY(
  System.Double* MapOffset
);
[C++]
Parameters
MapOffset [in]

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

Product Availability

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

See Also

IMoveInteraction Interface