ArcObjects Library Reference (DefenseSolutions)  

ILuminenSettings.BaseExaggeration Property

The vertical (base) exaggeration of the ArcGlobe globe display.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILuminenSettings Interface