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>, Stream)
IPhaseUi.BeginCreateChild Method (IDictionary<string, object>, Stream)
Close
Ofcas.Lk.Api.Client - Version 3.0.2
IPhaseUi.BeginCreateChild Method (IDictionary<string, object>, Stream)

Creates a new elevation asynchronously with the given parameters.

Syntax
C#
ISynchronizedOperation BeginCreateChild(IDictionary<string, object> parameters, Stream content);
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.
Stream content
Additional data that is used to create a new Elevation from, e.g. a 2D or 3D XML file.

Returns a synchronized operation, which can be used with EndCreateChild to retrieve the result.

Copyright © 2022. All rights reserved.