You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Interfaces > IPhaseUi Interface > IPhaseUi Methods > CanBeginCreateChild Method > IPhaseUi.CanBeginCreateChild Method (IDictionary<string, object>)
IPhaseUi.CanBeginCreateChild Method (IDictionary<string, object>)
Close
Ofcas.Lk.Api.Client - Version 3.0
IPhaseUi.CanBeginCreateChild Method (IDictionary<string, object>)

Checks if an Elevation can be created with the given parameters.

Syntax
C#
IOperationInfo CanBeginCreateChild(IDictionary<string, object> parameters);
Parameters
Description
IDictionary<string, object> parameters
The parameters for creating the elevation, see WellKnownEditKey.Elevation and parameters to configure the creation dialog with WellKnownParameterKey.Elevation.Creation.

Returns an IOperationInfo to determine if the Elevation can be created with the given parameters. If it's not possible to create the Elevation a list of restrictions is attached to it.

Copyright © 2020. All rights reserved.