PdcCalculation.Priority: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 20: | Line 20: | ||
The stated table shows the possible Priority options. | The stated table shows the possible Priority options. | ||
4 Low<br /> | |||
3 Normal<br /> | |||
2 High | 2 High<br /> | ||
1 Critical | |||
== Availability == | == Availability == |
Latest revision as of 12:40, 8 June 2018
Declaration
Priority as VT_INT
Description
Returns or changes the priority
Notes
This property returns or sets the (planning) 'Priority' property of the current calculation. This property can be found on the 'Other' treenode of the calculation.
Code example
This code example sets the Priority of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
objCalc.Priority = 2
The stated table shows the possible Priority options.
4 Low
3 Normal
2 High
1 Critical