You are here:
Symbol Reference
Symbol Reference
>
Ofcas.Lk.Api.Client.Ui Namespace
Ofcas.Lk.Api.Client.Core Namespace
Ofcas.Lk.Api.Client.Core.Exceptions Namespace
Ofcas.Lk.Api.Client.Ui Namespace
Ofcas.Lk.Api.Shared Namespace
Files
>
Interfaces
Classes
Interfaces
>
IProjectUi Interface
IDialogResult Interface
IDialogResult<out T> Interface
IElevationUi Interface
IFileHandlerUi Interface
IImportBimProjectResult Interface
IImportProjectResult Interface
ILoginScopeUi Interface
IPhaseUi Interface
IProjectCenterUi Interface
IProjectInformationContainerUi Interface
IProjectInformationUi Interface
IProjectUi Interface
ISettingContainerUi Interface
>
IProjectUi Methods
IProjectUi Methods
IProjectUi Properties
>
EditElevations Method
IProjectUi.Add Method
IProjectUi.AddElevations Method
IProjectUi.AddProject Method
IProjectUi.BeginGetReport Method
IProjectUi.BeginReport Method
BeginShow Method
IProjectUi.CanAdd Method
IProjectUi.CanAddElevations Method
IProjectUi.CanAddProject Method
IProjectUi.CanBeginGetReport Method
CanBeginShow Method
IProjectUi.CanChangeElevationAssignments Method
IProjectUi.CanCopyElevationsFrom Method
CanEditElevations Method
IProjectUi.CanFindAndReplace Method
IProjectUi.CanGetReport Method
IProjectUi.CanReport Method
CanShowModal Method
IProjectUi.ChangeElevationAssignments Method
IProjectUi.CopyElevationsFrom Method
EditElevations Method
IProjectUi.EndGetReport Method
IProjectUi.EndReport Method
IProjectUi.EndShow Method
IProjectUi.FindAndReplace Method
IProjectUi.GetChild Method
IProjectUi.GetChildren Method
IProjectUi.GetEditModes Method
IProjectUi.GetProjectInformationContainer Method
IProjectUi.GetReport Method
IProjectUi.GetRunnablePrograms Method
IProjectUi.Report Method
IProjectUi.SelectElevation Method
IProjectUi.SelectGlass Method
IProjectUi.SetApplicationHandle Method
ShowModal Method
>
IProjectUi.EditElevations Method (string, IEnumerable<IElevationInfo>, IEnumerable<object>)
IProjectUi.EditElevations Method (string, IEnumerable<IElevationInfo>, IEnumerable<object>)
IProjectUi.EditElevations Method (string, IEnumerable<IElevationInfo>, object)
Close
Ofcas.Lk.Api.Client - Version 3.0
Contents
Index
Home
IProjectUi.EditElevations Method (string, IEnumerable<IElevationInfo>, IEnumerable<object>)
Send Feedback
Collapse All
Expand All
A list of elevations are being edited using the same key and a separate value for each elevation.
Syntax
C#
new
void
EditElevations
(
string
key
, IEnumerable<
IElevationInfo
>
elevationInfos
, IEnumerable<
object
>
values
);
Parameters
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.
Links
IProjectUi Interface
Ofcas.Lk.Api.Client.Ui Namespace
Copyright © 2020. All rights reserved.
What do you think about this topic?
Send feedback!