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

Checks if the elevations can be copied into this project.

Syntax
C#
IOperationInfo CanCopyElevationsFrom(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.

Returns a IOperationInfo that indicates if the method can executed.

Copyright © 2022. All rights reserved.