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


IResizeInteraction Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IResizeInteraction Interface

Provides access to the parameters of the Resize Representation Tool.

Product Availability

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

Members

Description
Read/write property Center Center of the resize operation.
Read/write property IndividualAnchors Indicates if representations resize around an individual anchor.
Read/write property RatioX Current horizontal ratio of the resize operation.
Read/write property RatioY Current vertical ratio of the resize operation.

.NET Samples

Create custom move, rotate, and scale GeometricEffects within a single project (Code Files: clsGE_Transform_Scale)