You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > PhaseUi Class > PhaseUi Methods > PhaseUi.MoveFrom Method
Close
Ofcas.Lk.Api.Client - Version 3.0
PhaseUi.MoveFrom Method

Moves an object into this phase based on an info object.

Syntax
C#
public new ElevationInfo MoveFrom(ICoreInfo coreInfo);
Parameters
Description
ICoreInfo coreInfo
The info of the object to be moved.

Returns an info object of the moved / created elevation.

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