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

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

Syntax
C#
IOperationInfo CanBeginCreateChild(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 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 © 2022. All rights reserved.