You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Interfaces > IPhaseUi Interface > IPhaseUi Methods > CopyFrom Method > IPhaseUi.CopyFrom Method (IElevationInfo, IDictionary<string, object>)
IPhaseUi.CopyFrom Method (IElevationInfo, IDictionary<string, object>)
Close
Ofcas.Lk.Api.Client - Version 3.0
IPhaseUi.CopyFrom Method (IElevationInfo, IDictionary<string, object>)

Copies an object with user interaction into this phase based on an info object.

Syntax
C#
ICoreInfoResult<IElevationInfo> CopyFrom(IElevationInfo coreInfo, IDictionary<string, object> parameters);
Parameters
Description
IElevationInfo coreInfo
The info of the object to be copied.
IDictionary<string, object> parameters
A Object} containing additional parameters. See also WellKnownParameterKey.Phase.

Returns an info object of the copied / created elevation. In case of the dialog was aborted, the returned value is 'null'.

Exceptions
Description
ArgumentException
Thrown when core info is not of the right type.
ArgumentNullException
Thrown when core info is null.
Copyright ORGADATA AG © 2023. All rights reserved.