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

Starts editing elevations via user interface

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

DialogResultCode indicating whether the edit has succeeded or not.

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

Copyright © 2020. All rights reserved.