Returns the Performance object.
Syntax:
Returns
Object of type FREDI.ediPerformance.
Remarks
The ediPerformance objects allow one to view certain performance aspects during processing of a document.
Example:
Dim oEdiDoc As Fredi.ediDocument
Dim oSegment As Fredi.ediDataSegment
Dim oPerformance As Fredi.ediPerformance
Dim oPerfCounter As Fredi.ediPerformanceCounter
...Set oPerformance = oEdiDoc.GetPerformance
Set oPerfCounter = oPerformance.GetPerformanceCounter(PerfCounter_Duration_Document_Load)
oEdiDoc.LoadEdi sPath & sEdiFile
MsgBox oPerfCounter.High