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
Parameters
Description
IEnumerable<ElevationInfo> elevationInfos
List of elevations that should be updated.
Returns
Returns a ISynchronizedOperation for the async method.