You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > ElevationUi Class > ElevationUi Methods > ElevationUi.EditComment Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ElevationUi.EditComment Method

Opens a dialog which allows editing of the comment and processing status for a given elevation entry.

Syntax
C#
public IDialogResult<ElevationInfo> EditComment(IElevationInfo historicalElevationInfo = null);
Parameters
Description
IElevationInfo historicalElevationInfo = null
Defines the history entry to be edited. If null will use the current elevation. history entries can be retrieved with GetInfoHistory

IDialogResult with the elevation data for the own elevation or for the history entry. IDialogResult.Value is null if the dialog is rejected.

Copyright © 2020. All rights reserved.