ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Map Class / GetElevationProfileFromSurface Method

In This Topic
    GetElevationProfileFromSurface Method
    In This Topic
    Overload List
    OverloadDescription
    Gets an elevation profile for the specified polylines. All Z values of the calculated polyline are populated from the Ground Surface Layer. This method must be called on the MCT. Use QueuedTask.Run.  
    Gets an elevation profile for the specified polylines. All Z values of the calculated polyline are populated from the specified Elevation Surface Layer. This method must be called on the MCT. Use QueuedTask.Run.  
    Gets an elevation profile for the specified polylines. All Z values of the calculated polyline are populated from the specified Elevation Surface Layer.  
    Gets an elevation profile for the specified points. All Z values of the calculated polyline are populated from the Ground Surface Layer. This method must be called on the MCT. Use QueuedTask.Run.  
    Gets an elevation profile for the specified points. All Z values of the calculated polyline are populated from the specified Elevation Surface Layer. This method must be called on the MCT. Use QueuedTask.Run.  
    Gets an elevation profile for the specified points. All Z values of the calculated polyline are populated from the specified Elevation Surface Layer.  
    Gets an elevation profile calculated between startPoint and endPoint. Intermediate points are calculated at equal distances between the end points according to the numPoints specified. All Z values of the calculated polyline are populated from the Ground Surface Layer. This method must be called on the MCT. Use QueuedTask.Run.  
    Gets an elevation profile calculated between startPoint and endPoint. Intermediate points are calculated at equal distances between the end points according to the numPoints specified. All Z values of the calculated polyline are populated from the Ground Surface Layer. This method must be called on the MCT. Use QueuedTask.Run.  
    Gets an elevation profile calculated between startPoint and endPoint. Intermediate points are calculated at equal distances between the end points according to the numPoints specified. All Z values of the calculated polyline are populated from the specified Elevation Surface Layer.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also