PrimaveraDbReader.LoadProject

PrimaveraDbReader.LoadProject method

Loads the project with the specified unique identifier.

public override Project LoadProject(int projectUid)
ParameterTypeDescription
projectUidInt32Unique identifier of the project to load.

Return Value

Project with specified unique identifier read from Primavera DB. Null if project doesn’t exist.

See Also