You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > Phase Class > Phase Methods > Phase.ReorderChild Method
Close
Ofcas.Lk.Api.Client - Version 3.0
Phase.ReorderChild Method

Moves a child from it's current position to the new position defined by targetChild and ChildReorderBehavior. Changes the order of elevations.

Syntax
C#
public void ReorderChild(ElevationInfo sourceElevationInfo, ElevationInfo targetElevationInfo, ChildReorderBehavior childReorderBehavior);
Parameters
Description
ElevationInfo sourceElevationInfo
The guid of the child to move.
ElevationInfo targetElevationInfo
The guid of the elevation used as an orientation point.
ChildReorderBehavior childReorderBehavior
Where to insert the child relative to the target child.
Copyright © 2019. All rights reserved.