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


IResizeInteraction.RatioY Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IResizeInteraction Interface > IResizeInteraction.RatioY Property
ArcGIS Developer Help

IResizeInteraction.RatioY Property

Current vertical ratio of the resize operation.

[Visual Basic .NET]
Public Property RatioY As Double
[C#]
public double RatioY {get; set;}
[C++]
HRESULT get_RatioY(
  double ratio
);
[C++]
HRESULT put_RatioY(
  System.Double* ratio
);
[C++]
Parameters
ratio [in]

ratio is a parameter of type double ratio [out, retval]
ratio is a parameter of type double*

Product Availability

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

See Also

IResizeInteraction Interface

.NET Samples

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