You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > Project Class > Project Methods > Project.BeginUpdatePartsLists Method
Close
Ofcas.Lk.Api.Client - Version 3.0
Project.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#
public ISynchronizedOperation BeginUpdatePartsLists(IEnumerable<ElevationInfo> elevationInfos);
Parameters
Description
IEnumerable<ElevationInfo> elevationInfos
List of elevations that should be updated.

Returns a ISynchronizedOperation for the async method.

Copyright © 2020. All rights reserved.