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

Used to add an ICoreInfo to a project of type ProjectType.FabricationLot.

Syntax
C#
public PhaseInfo Add(ICoreInfo coreInfo);
Parameters
Description
ICoreInfo coreInfo
The ICoreInfo to add.

Returns a PhaseInfo of the FabricationLot the ICoreInfo belongs to.

Exceptions
Description
ArgumentNullException
Thrown when core info is null.
ArgumentException
Thrown if restrictions prevent execution of method.
Copyright © 2020. All rights reserved.