ArcObjects Library Reference (Display)  

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(
  double ratio
);
[C++]

Parameters

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

Product Availability

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

See Also

IResizeInteraction Interface