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

Creates a new elevation asynchronously with the given parameters.

Syntax
C#
ISynchronizedOperation BeginCreateChild(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 a synchronized operation, which can be used with EndCreateChild to retrieve the result.

Copyright ORGADATA AG © 2023. All rights reserved.