ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / ShowElevationProfileGraph Method

In This Topic
    ShowElevationProfileGraph Method
    In This Topic
    Overload List
    OverloadDescription
    Shows an elevation profile of a set of line features. The calculation is performed according to the profileParameters specified. The profileParameters allows you to specify the elevation surface layer the calculation is performed against along with whether the generated elevation profile line is densified.  
    Shows an elevation profile of a collection of polylines. The calculation is performed according to the profileParameters specified. The profileParameters allows you to specify the elevation surface layer the calculation is performed against along with whether the generated elevation profile line is densified.  
    Shows an elevation profile of a collection of points. The calculation is performed according to the profileParameters specified. The profileParameters allows you to specify the elevation surface layer the calculation is performed against along with whether the generated elevation profile line is densified.  
    Shows an elevation profile of the line calculated between startPoint and endPoint. Intermediate points are calculated at equal distances between the end points according to the numPoints specified. The calculation is performed according to the profileParameters specified. The profileParameters allows you to specify the elevation surface layer the calculation is performed against along with whether the generated elevation profile line is densified.  
    Shows the elevation profile of the specified ElevationProfileResult. An ElevationProfileResult is obtained from a Map.GetElevationProfileFromSurface function call. The Z values of the geometry of the elevationProfile is displayed as-is; no additional Z calculations are performed.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also