Read-only

SourcePort Property


Description

Returns the source port of measurement. To understand how this property is useful, see IMeasurement2 Interface.

 VB Syntax

 value = meas.SourcePort

Variable

(Type) - Description

meas

A Measurement (object)

value

(Long) - Variable to store the returned value

Return Type

Long Integer

Default

Not Applicable

Examples

sp = meas.SourcePort

C++ Syntax

HRESULT SourcePort( [out, retval] Long* srcPort);

Interface

IMeasurement2