ArcObjects Library Reference (Carto)  

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