ManufacturingGeneratorData (Object)

Represents the manufacturing output stream object.
This object contains the output stream generated for the output files (APT, etc.).

Methods


Sub AddObjectToGenerate( iObject)
Adds an object to the output stream.
  • With buffer: V5R13 and next <=> AddObjectToGenerate
  • Without buffer: V5R12 and previous <=> AddObjectToGenerate
  • From buffer: Debug only
Parameters:
iObject
The object to add
Sub AddObjectToGenerateFromBuffer( iObject)
Adds an object to the output stream from the buffer.
Parameters:
iObject
The object to add
Sub AddObjectToGenerateWithBuffer( iObject)
Adds an object to the output stream within the buffer.
Parameters:
iObject
The object to add
Sub AddObjectToGenerateWithOutBuffer( iObject)
Adds an object to the output stream without the buffer.
Parameters:
iObject
The object to add
Sub AddObjectToModalValues( iObject)
Adds an object to the modal values manager only.
Parameters:
iObject
The object to add
Sub GetFT06Stream( oStream)
Retrieves the FT06 stream.
Parameters:
oStream
The retrieved stream
Sub GetLastObjectToGenerate( oObject)
Retrieves the last object to generate.
Parameters:
oObject
The retrieved object
Sub GetOutputStream( oStream)
Retrieves the output stream.
Parameters:
oStream
The retrieved stream
Sub ResetAllModalValues()
Resets all modal values.
Sub SetLastObjectToGenerate( iObject)
Sets the last Activity to generate.
Parameters:
iObject
The activity to generate