PrimaveraXerReader

PrimaveraXerReader class

Represents a reader to read Project UIDs from Primavera XER file

The PrimaveraXerReader type exposes the following members:

Constructors

NameDescription
PrimaveraXerReader(xer_file_path)Initializes a new instance of the PrimaveraXerReader class
PrimaveraXerReader(stream)Initializes a new instance of the PrimaveraXerReader class

Methods

NameDescription
get_project_uids()Return a list of the projects’ unique identifiers.
load_project(project_uid)Loads the project with the specified unique identifier.

See Also