You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > PhaseUi Class > PhaseUi Methods > CreateChild Method > PhaseUi.CreateChild Method (Dictionary<string, object>, Stream)
PhaseUi.CreateChild Method (Dictionary<string, object>, Stream)
Close
Ofcas.Lk.Api.Client - Version 3.0
PhaseUi.CreateChild Method (Dictionary<string, object>, Stream)

Creates a new elevation with the given parameters.

Syntax
C#
public ElevationInfo CreateChild(Dictionary<string, object> parameters, Stream content);
Parameters
Description
Dictionary<string, object> parameters
The parameters for creating the elevation, see WellKnownEditKeys.Elevation.
Stream content
The content that is used to create a new Elevation from, e.g. a 2D or 3D XML file.

Returns an info object of the created elevation.

Copyright © 2020. All rights reserved.