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

Gets ElevationUis based on an ElevationInfos.

Syntax
C#
public new IEnumerable<ElevationUi> GetChildren(IEnumerable<ElevationInfo> childrenInfos = null);
Parameters
Description
IEnumerable<ElevationInfo> childrenInfos = null
The ElevationInfos of the ElevationUis to be returned. If an empty list is given all Elevations of this Phase will be returned.

Returns a list of ElevationUis based on the given ElevationInfos.

Exceptions
Description
ArgumentNullException
Thrown if list of ElevationInfos is null.
Copyright © 2019. All rights reserved.