ITrail Interface Reference

List of all members.

Detailed Description

This object lets you either load the trail from the file or construct it on-the-fly and then execute it.

Contained by:
"Trail" is set of Pro/ENGINEER commands that correspond to its user interface. Essentially, it's a log of Pro/ENGINEER session that can be re-executed.

Note:
Pro/ENGINEER routinely generates a separate trail file for each session in directory it was started from (IServer::RunDir() if you started it through COM server), so you can use these trail files as template.
See also:
IProE::CreateTrail


Public Member Functions

HRESULT AppendFileContents ([in] BSTR in_file_name)
 Appends file contents to the trail.
HRESULT AppendString ([in] BSTR in_string)
 Appends string to the trail.
HRESULT Execute ()
 Executes the trail.


Generated on Mon Feb 12 14:18:34 2007 for ETRAGE ACI for Pro/ENGINEER by  doxygen 1.5.1-p1