You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > ProjectUi Class > ProjectUi Methods > EditElevations Method > ProjectUi.EditElevations Method (string, IEnumerable<IElevationInfo>, IEnumerable<object>)
ProjectUi.EditElevations Method (string, IEnumerable<IElevationInfo>, IEnumerable<object>)
Close
Ofcas.Lk.Api.Client - Version 3.0
ProjectUi.EditElevations Method (string, IEnumerable<IElevationInfo>, IEnumerable<object>)

A list of elevations are being edited using the same key and a separate value for each elevation.

Syntax
C#
public new void EditElevations(string key, IEnumerable<IElevationInfo> elevationInfos, IEnumerable<object> values);
Parameters
Description
string key
The key of the value to be edited. See WellKnownEditKeys.Elevation for all available edit keys.
IEnumerable<IElevationInfo> elevationInfos
A list of elevations to be edited.
IEnumerable<object> values
The values that are being applied to the given elevations. The amount of values has to be the same as the elevationInfos. A given value is applied to the elevation in the elevationInfos list with the same index.
Copyright © 2020. All rights reserved.