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


ICamera.VerticalExaggeration Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.VerticalExaggeration Property
ArcGIS Developer Help

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