OEEExec Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
The OEEExec() method is the constructor for the OEEExec class.
'Declaration
Public Function New( _
ByVal parentEnt As Ent, _
ByVal oeeExecRow As DataRow _
)
public OEEExec(
Ent parentEnt,
DataRow oeeExecRow
)
Parameters
- parentEnt
- Required. Holds the parent entity.
- oeeExecRow
- Required. Holds a data row containing OEE data used to initialize the class.