Read-only |
About Traces |
Description |
Returns a handle to the Active Trace object. You can either (1) use the handle directly to access trace properties and methods, or (2) set a variable to the trace object. The variable retains a handle to the original trace if another trace becomes active. |
VB Syntax |
1) win.ActiveTrace.<setting> |
Variable |
(Type) - Description |
trce |
A Trace (object) |
win |
An NAWindow (object) |
<setting> |
A trace property (or method) and arguments |
Return Type |
An NAWindow object |
Default |
None |
Examples |
1) win.ActiveTrace.Autoscale |
C++ Syntax |
HRESULT get_ActiveTrace(ITrace* *pVal) |
Interface |
INAWindow |