This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IResizeInteraction Interface > IResizeInteraction.RatioX Property (ArcObjects .NET 10.4 SDK) |
Current horizontal ratio of the resize operation.
[Visual Basic .NET] Public Property RatioX As Double
[C#] public double RatioX {get; set;}
[C++]
HRESULT get_RatioX(
double* ratio
);
[C++]
HRESULT put_RatioX(
double ratio
);
[C++]
Parameters ratio [out, retval] ratio is a parameter of type double ratio [in] ratio is a parameter of type double