ArcGIS Pro 2.8 API Reference Guide
GetAvailableElevationUnitFormats Method

ArcGIS.Desktop.Mapping Namespace > Map Class : GetAvailableElevationUnitFormats Method
Gets the list of available elevation unit formats for the given scene. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public IList<DisplayUnitFormat> GetAvailableElevationUnitFormats()
Public Function GetAvailableElevationUnitFormats() As IList(Of DisplayUnitFormat)

Return Value

Remarks
An empty list is returned for any map that is not of type scene
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Map Class
Map Members