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

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

Syntax
C#
public void EditElevations(string key, IEnumerable<IElevationInfo> elevationInfos, object value);
Parameters
Description
string key
The key of the value to be edited. See WellKnownEditKeys.Elevation for all available edit keys. The key WellKnownEditKeys.Elevation.Name is not supported.
IEnumerable<IElevationInfo> elevationInfos
A list of elevations to be edited.
object value
Applies the same value to all given elevationInfos.
Copyright © 2020. All rights reserved.