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


IMoveInteraction.MapOffsetX Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IMoveInteraction.MapOffsetX Property

Current horizontal offset expressed in map units.

[Visual Basic .NET]
Public Property MapOffsetX As Double
[C#]
public double MapOffsetX {get; set;}
[C++]
HRESULT get_MapOffsetX(
  double* MapOffset
);
[C++]
HRESULT put_MapOffsetX(
  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