PdcOperation.SetupMan

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

SetupMan as Double

Description

This method returns or sets the labour time of the operation.

Notes

Code example

This method returns the labour time of the first operation of a calculation.

Sub sGetStartDate
dim objCalc
dim objBWPL

  set objCalc = pdc.ActiveCalculation
  set objBWPL = objCalc.OperationList(0)

  msgbox objBWPL.SetupMan

  set objBWPL = nothing
  set objCalc  = nothing
End Sub

Availability

5.3 and onwards