ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering3.OverlayExaggeration Property

The vertical exaggeration for the overlay layers.

[Visual Basic .NET]
Public Property OverlayExaggeration As Double
[C#]
public double OverlayExaggeration {get; set;}
[C++]
HRESULT get_OverlayExaggeration(
  double* pFactor
);
[C++]
HRESULT put_OverlayExaggeration(
  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

IGlobeDisplayRendering3 Interface