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

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

Syntax
C#
public IOperationInfo CanCreateChild(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 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.