AGI Real-Time Framework 11 Send comments on this topic.
Stream Property (IAgRtProvideEntitiesFromStream)
See Also 





Description

The stream to use for data acquisition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Stream() As IAgRtStream

[C#]
public IAgRtStream Stream {get; set;}

[Managed C++]
public: __property IAgRtStream^ get_Stream();
public: __property void set_Stream(
IAgRtStream ^
);

[Unmanaged C++]
public: HRESULT get_Stream(
IAgRtStream ** ppRetVal
);
public: HRESULT put_Stream(
IAgRtStream * pNewStream
);

[Java]
public IAgRtStream getStream();public void setStream(
IAgRtStream
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1