You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Interfaces > IProjectUi Interface > IProjectUi Methods > EditElevations Method > IProjectUi.EditElevations Method (string, IEnumerable<IElevationInfo>, IEnumerable<object>)
IProjectUi.EditElevations Method (string, IEnumerable<IElevationInfo>, IEnumerable<object>)
Close
Ofcas.Lk.Api.Client - Version 3.0
IProjectUi.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#
new IResult EditElevations(string key, IEnumerable<IElevationInfo> elevationInfos, IEnumerable<object> values);
Parameters
Description
string key
The key of the value to be edited. See WellKnownEditKey.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 ORGADATA AG © 2023. All rights reserved.