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

Gets Elevations based on an ElevationInfos.

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

Returns a list of Elevations based on the given ElevationInfos.

Copyright © 2020. All rights reserved.