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

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

Syntax
C#
new IOperationInfo CanCreateChild(IDictionary<string, object> parameters);
Parameters
Description
IDictionary<string, object> parameters
The parameters for creating the elevation, see WellKnownEditKey.Elevation.

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.