The stream to use for data acquisition.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Stream() As IAgRtStream
|
| [C#] |
|---|
public IAgRtStream Stream {get; set;}
|
| [Managed C++] |
|---|
public: __property IAgRtStream^ get_Stream();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Stream(
|
| [Java] |
|---|
public IAgRtStream getStream();public void setStream(
|