ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / ExploratoryAnalysisOptions Class / SetElevationProfileOptionsAsync Method
The new elevation profile options
Version

SetElevationProfileOptionsAsync Method
Sets the elevation profile options.
Syntax
public Task SetElevationProfileOptionsAsync( 
   ElevationProfileOptions elevationProfileOptions
)

Parameters

elevationProfileOptions
The new elevation profile options
Exceptions
ExceptionDescription
elevationProfileOptions is null.
Elevation profile options are not valid. See CanSetElevationProfileOptions for details on option settings.
Remarks
This method calls the CanSetElevationProfileOptions function prior to setting the option values. If the options are invalid, no updates are made.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.4 or higher.
See Also