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

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

Syntax
C#
public override IOperationInfo CanCreateChild(Dictionary<string, object> parameters);
Parameters
Description
Dictionary<string, object> parameters
The parameters for creating the elevation, see WellKnownEditKeys.Elevation.

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.