public void SetElevationUnitFormat( DisplayUnitFormat unitFormat )
Public Sub SetElevationUnitFormat( _ ByVal unitFormat As DisplayUnitFormat _ )
Parameters
- unitFormat
- The elevation unit format to set
public void SetElevationUnitFormat( DisplayUnitFormat unitFormat )
Public Sub SetElevationUnitFormat( _ ByVal unitFormat As DisplayUnitFormat _ )
| Exception | Description | 
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. | 
| System.ArgumentException | unit format is of the wrong type | 
| System.ArgumentException | unit format is not in the list of available elevation unit formats | 
| System.InvalidOperationException | elevation unit format can only be set on a scene | 
Target Platforms: Windows 10, Windows 8.1