You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Interfaces > IPhase Interface
> IPhase Methods > IPhase.ForceDeleteChildren Method
Close
Ofcas.Lk.Api.Client - Version 3.0
IPhase.ForceDeleteChildren Method

Force delete elevations based on the given elevation infos. The elevations will be deleted permanently and without user interaction. You can use DeleteChildren, if the elevations should be moved to the recycle bin on the first call.

Syntax
C#
IDeleteChildrenResult ForceDeleteChildren(IEnumerable<IElevationInfo> elevationInfos);
Parameters
Description
IEnumerable<IElevationInfo> elevationInfos
The elevation infos of the elevations to be deleted permanently.

Returns an IDeleteChildrenResult with an OperationCode.

Copyright © 2020. All rights reserved.