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


ICamera.VerticalExaggeration Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ICamera.VerticalExaggeration Property

Adapts the camera to the scene's vertical exaggeration.

[Visual Basic .NET]
Public WriteOnly Property VerticalExaggeration
[C#]
public void VerticalExaggeration {set;}
[C++]
HRESULT put_VerticalExaggeration(
  double 
);
[C++]

Parameters [in] is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ICamera Interface