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

In This Topic
    CanSetElevationProfileOptions Method
    In This Topic
    Determines if the elevation profile options can be set.
    Syntax
    public bool CanSetElevationProfileOptions( 
       ElevationProfileOptions elevationProfileOptions
    )
    Public Function CanSetElevationProfileOptions( _
       ByVal elevationProfileOptions As ElevationProfileOptions _
    ) As Boolean

    Parameters

    elevationProfileOptions
    The elevation profile options

    Return Value

    True if the elevation profile options are valid. False otherwise.
    Remarks
    This function should be called prior to SetElevationProfileOptionsAsync to ensure the parameters are valid.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also