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

Checks whether the elevations can be edited or not.

Syntax
C#
public IOperationInfo CanShowModal(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

An IOperationInfo to check if the method can be called.

Copyright © 2020. All rights reserved.