Read-only |
About Traces |
Description |
Returns the measurement handle of the trace object. Learn the difference between a Trace and a Measurement. |
VB Syntax |
myMeas = trace.Measurement |
Variable |
(Type) - Description |
myMeas |
(Object) Variable to store the returned Measurement object. |
trace |
A Trace (object) |
Return Type |
Object |
Default |
Not Applicable |
Examples |
myMeas = myTrace.Measurement |
C++ Syntax |
HRESULT get_Measurement(IMeasurement** ppMeas); |
Interface |
ITrace2 |