You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > Elevation Class > Elevation Methods > Edit Method > Elevation.Edit Method (string, object)
Elevation.Edit Method (string, object)
Close
Ofcas.Lk.Api.Client - Version 3.0
Elevation.Edit Method (string, object)

Edits an elevation based on a key and a value.

Syntax
C#
public override 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.