ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ElevationProfileGraph Class
Properties Methods Events


In This Topic
    ElevationProfileGraph Class Members
    In This Topic

    The following tables list the members exposed by ElevationProfileGraph.

    Public Properties
     NameDescription
    Public Property Gets if the current elevation profile can be exported. Returns false if the calculation has not yet been completed.  
    Public Property Gets the statistics of the current elevation profile. Returns null if the calculation has not yet been completed.  
    Public Property Gets the current elevation profile. Returns null if the calculation has not yet been completed.  
    Public Property Gets if the elevation profile graph is closed.  
    Public Property Gets and sets if the elevation profile graph is expanded.  
    Public Property Gets and sets if the elevation profile on the graph is reversed.  
    Top
    Public Methods
     NameDescription
    Public Method Stops the generation of the current elevation profile.  
    Public Method Closes the elevation profile graph.  
    Public MethodExports the current elevation profile to a CSV file. Use the CanExport function prior to calling this method to ensure that the elevation profile calculation has completed.  
    Public Method Exports the current elevation profile to an image file.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when the elevation profile content of the control has been loaded.  
    Top
    See Also