You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > ProjectUi Class > ProjectUi Methods > BeginShow Method > ProjectUi.BeginShow Method (IElevationEditMode, IEnumerable<IElevationInfo>)
ProjectUi.BeginShow Method (IElevationEditMode, IEnumerable<IElevationInfo>)
Close
Ofcas.Lk.Api.Client - Version 3.0
ProjectUi.BeginShow Method (IElevationEditMode, IEnumerable<IElevationInfo>)

Starts editing elevations via user interface asynchronously

Syntax
C#
public ISynchronizedOperation BeginShow(IElevationEditMode elevationEditMode, IEnumerable<IElevationInfo> elevationInfos);
Parameters
Description
IElevationEditMode elevationEditMode
Possible modes to edit can be received with Elevation.GetEditModes
IEnumerable<IElevationInfo> elevationInfos
List of elevations to edit

Returns a synchronized operation.

Elevations changed throught this method raise events which can be accessed with Phase.SynchronizationContainer

Copyright © 2020. All rights reserved.