Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > PartProgram Object : RunJournalFile Method
String value representing the journal file to use.
RunJournalFile Method
Description

This executes the measurement routine using point data collected from a journal file.

Syntax
Visual Basic
Public Function RunJournalFile( _
   ByVal lpszJFileName As String _
) As Boolean
Parameters
lpszJFileName
String value representing the journal file to use.
Return Type
Boolean value. This method returns TRUE if the measurement routine successfully executes; FALSE otherwise.
Remarks
This is the same as a normal execution of a measurement routine except that the point data comes from the specified journal file. Journal files are used with PC-DMIS/NC, a specialized version of PC-DMIS that executes measurement routines with CNC (Computer Numeric Control) machines. For more information see the PC-DMIS/NC Help File.
See Also