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


IDisplayTransformationAdmin.ScaleRatioNoRecalc Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayTransformationAdmin Interface > IDisplayTransformationAdmin.ScaleRatioNoRecalc Property
ArcGIS Developer Help

IDisplayTransformationAdmin.ScaleRatioNoRecalc Property

The scale without any recalculation.

[Visual Basic .NET]
Public WriteOnly Property ScaleRatioNoRecalc
[C#]
public void ScaleRatioNoRecalc {set;}
[C++]
HRESULT put_ScaleRatioNoRecalc(
  double 
);
[C++]
Parameters
 [in]

is a parameter of type double

Product Availability

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

See Also

IDisplayTransformationAdmin Interface