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


IIdentify2.Scale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIdentify2 Interface > IIdentify2.Scale Property
ArcGIS Developer Help

IIdentify2.Scale Property

The current scale of the display.

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

is a parameter of type double

Product Availability

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

See Also

IIdentify2 Interface