ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / ElevationProfileOptions Class
Properties


In This Topic
    ElevationProfileOptions Class Members
    In This Topic

    The following tables list the members exposed by ElevationProfileOptions.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets and sets the background color of the elevation profile. Default value is RGB value of (128, 128, 128).  
    Public Property Gets and sets the graph color of the elevation profile. Default value is RGB value of (100, 0, 200).  
    Public Property Gets and sets the highlight color of the elevation profile. Default value is RGB value of (0, 200, 255).  
    Public Property Gets and sets the line color of the elevation profile. Default value is RGB value of (0, 0, 200).  
    Public Property Gets and sets if the average elevation is displayed in the profile chart. Default value is true.  
    Public Property Gets and sets if the average slope is displayed in the profile chart. Default value is true.  
    Public Property Gets and sets if the elevation change is displayed in the profile chart. Default value is true.  
    Public Property Gets and sets if the maximum elevation is displayed in the profile chart. Default value is true.  
    Public Property Gets and sets if the maximum slope is displayed in the profile chart. Default value is true.  
    Public Property Gets and sets if the minimum elevation is displayed in the profile chart. Default value is true.  
    Top
    See Also