ArcObjects Library Reference (3DAnalyst)  

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(
  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