clsImportPhasePlanningVersion Property
|
Reference for the planning version. Standard=3. When property is 0 the current phase planning version from the project will be used. See clsImportProject.
PlanningVersion for the current planning version of the project.
Standard planning versions are:
- 0: Preplanning not confirmed. (Here the 0 is used to read the value from the project)
- 1: Primary planning version
- 2: Initial planning version
- 3: (default) Current planing version. All transactions (time booking, etc) are only made against the current planning.
- >100000: Additional planning versions, created by archiving the planning version
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic int PlanningVersion { get; set; }Public Property PlanningVersion As Integer
Get
Set
Property Value
Type:
Int32
Remarks
See Also