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

Edits an elevation based on a key and a value. This method may result in visual confirmation.

Syntax
C#
public new ElevationInfo Edit(string key, object value);
Parameters
Description
string key
The key of the value to be edited. See WellKnownEditKeys.Elevation for all available edit keys.
object value
The value to be set.

Returns an info object of the edited elevation.

Copyright © 2020. All rights reserved.