ReadBaselineProjects

PrimaveraReadOptions.ReadBaselineProjects property

Gets or sets a flag that specifies whether baseline projects should be loaded. The default value is true.

public bool ReadBaselineProjects { get; set; }

Remarks

The flag is applicable to Primavera XML files containing baseline projects (baselines are not supported by XER format). The option can be set to false to speed up loading of a large project with baselines when baseline data is not needed.

See Also