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

Asynchronously updates the parts list for all given elevations. If an empty list is passed, an update with all elevations of the project is automatically done.

Syntax
C#
ISynchronizedOperationResult BeginUpdatePartsLists(IEnumerable<IElevationInfo> elevationInfos);
Parameters
Description
IEnumerable<IElevationInfo> elevationInfos
List of elevations that should be updated.

Returns a ISynchronizedOperation for the async method.

Currently this method can only be called synchronous.

Copyright © 2020. All rights reserved.