Description
An event occurs when Cimatron E creates a new document. In particular, this happens after selecting a document type and units of measure from the New Document dialog.
This method passes you the full path of the created document.
See BeforeNewDocument.
Syntax
AfterNewDocument(iApp, iData, iOperation, iDocTemplatePath)
|
Input: (Object) iApp |
Pointer to the application. |
|
Input: (Variant) iData |
Not applicable. |
|
Input: (Long) iOperation |
A unique number, relative to the Cimatron E session, which identifies each event. For two consecutive events, the second (later) event will be identified by a greater number than the first. This identifier is passed to both the Before and After methods of the event. This gives you the ability to determine the scope of an event. Otherwise, due to event nesting, it would be difficult to associate a pair of Before and After method calls with one event. |
|
Input: (String) iDocTemplatePath |
Full path name of the template file. |