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


IMoveInteraction.OffsetX 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.OffsetX Property
ArcGIS Developer Help

IMoveInteraction.OffsetX Property

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(
  System.Double* Offset
);
[C++]
Parameters
Offset [in]

Offset is a parameter of type double Offset [out, retval]
Offset 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