Select to view content in your preferred language

API control of display settings

1291
1
02-22-2011 01:59 PM
NathanStrout
Deactivated User
Is there any way to control (or even get) the Explorer display settings through the API? Specifically, I need to get the vertical exaggeration settings so I can control the observer point elevation through my AddIn.
I'm currently using an offset of the elevation returned from GetSurfaceElevation() which works great if the user is using the default exaggeration but puts them below the surface of the terrain using any other exaggeration setting.
Any advice?
0 Kudos
1 Reply
AndreiIvanov
Deactivated User
Nathan,

ESRI.ArcGISExplorer.Application.Application.ActiveMapDisplay.Settings.VerticalExaggeration
0 Kudos