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


IMoveInteraction Interface (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
ArcGIS Developer Help

IMoveInteraction Interface

Provides access to the parameters of the Move Representation Tool.

Product Availability

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

Description

IMoveInteraction interface is implemented when you use Move tool on the Representations toolbar.

Members

Name Description
Read/write property MapOffsetX Current horizontal offset expressed in map units.
Read/write property MapOffsetY Current vertical offset expressed in map units.
Read/write property OffsetX Current horizontal offset expressed in points.
Read/write property OffsetY Current vertical offset expressed in points.

Classes that implement IMoveInteraction

Classes Description

.NET Samples

Create custom move, rotate, and scale GeometricEffects within a single project