Overload | Description |
---|---|
ShowElevationProfileGraph(MapMember,IEnumerable<Int64>,ElevationProfileParameters) | 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. |
ShowElevationProfileGraph(IEnumerable<Polyline>,ElevationProfileParameters) | 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. |
ShowElevationProfileGraph(IEnumerable<MapPoint>,ElevationProfileParameters) | 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. |
ShowElevationProfileGraph(MapPoint,MapPoint,Int32,ElevationProfileParameters) | 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. |
ShowElevationProfileGraph(ElevationProfileResult) | 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. |