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


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

ISceneGraph.VerticalExaggeration Property

The vertical exaggeration factor.

[Visual Basic .NET]
Public Property VerticalExaggeration As Double
[C#]
public double VerticalExaggeration {get; set;}
[C++]
HRESULT get_VerticalExaggeration(
  System.Double* pZFactor
);
[C++]
HRESULT put_VerticalExaggeration(
  double pZFactor
);
[C++]
Parameters
pZFactor [out, retval]

pZFactor is a parameter of type double* pZFactor [in]
pZFactor is a parameter of type double

Product Availability

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

See Also

ISceneGraph Interface