This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMoveInteraction Interface > IMoveInteraction.OffsetX Property (ArcObjects .NET 10.4 SDK) |
Current horizontal offset expressed in points.
[Visual Basic .NET] Public Property OffsetX As Double
[C#] public double OffsetX {get; set;}
[C++]
HRESULT get_OffsetX(
double* Offset
);
[C++]
HRESULT put_OffsetX(
double Offset
);
[C++]
Parameters Offset [out, retval] Offset is a parameter of type double Offset [in] Offset is a parameter of type double