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


IGlobeDisplayRendering2.BaseExaggeration Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering2.BaseExaggeration Property

The vertical exaggeration for the base globe.

[Visual Basic .NET]
Public Property BaseExaggeration As Double
[C#]
public double BaseExaggeration {get; set;}
[C++]
HRESULT get_BaseExaggeration(
  double* pFactor
);
[C++]
HRESULT put_BaseExaggeration(
  double pFactor
);
[C++]

Parameters pFactor [out, retval] pFactor is a parameter of type double pFactor [in] pFactor is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDisplayRendering2 Interface