You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Interfaces > IProjectUi Interface > IProjectUi Methods > IProjectUi.CopyElevationsFrom Method
Close
Ofcas.Lk.Api.Client - Version 3.0
IProjectUi.CopyElevationsFrom Method

Copies elevations into a phase of this project.

Syntax
C#
ICoreInfoListResult<IElevationInfo> CopyElevationsFrom(IEnumerable<IElevationInfo> elevationInfos, IPhaseInfo selectedPhaseInfo);
Parameters
Description
IEnumerable<IElevationInfo> elevationInfos
A list of elevations that should be copied into this project.
IPhaseInfo selectedPhaseInfo
The pre-selected phase in the phase selection dialog. Can be changed during execution.

Returns an OperationCode and a IElevationInfo containing the affected IPhaseInfo and ElevationInfos of the imported elevations.

Copyright © 2020. All rights reserved.