You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > Project Class > Project Methods > Project.CreatePhase Method
Close
Ofcas.Lk.Api.Client - Version 3.0
Project.CreatePhase Method

This method is obsolete, please use CanCreateChild() and CreateChild() instead and change the name with Edit(). See WellKnownEditKeys.Phase.

Syntax
C#
public PhaseInfo CreatePhase(string name, string description);
Parameters
Description
string name
The name of the new elevation
string description
The description of the new phase

The PhaseInfo to the created elevation or NULL if the user rejected the dialog.

Exceptions
Description
contains api error message
Copyright © 2019. All rights reserved.