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


IGlobeDisplayRendering.OverlayExaggeration Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering Interface > IGlobeDisplayRendering.OverlayExaggeration Property
ArcGIS Developer Help

IGlobeDisplayRendering.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(
  System.Double* pFactor
);
[C++]
Parameters
pFactor [in]

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

Product Availability

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

See Also

IGlobeDisplayRendering Interface