AGI STK Graphics 11 Send comments on this topic.
Stream Property (IAgStkGraphicsFilteringRasterStream)
See Also 
Windows






Windows & Linux

Description

Gets the Raster Stream that will have the Raster Filter applied on each update.

Property type

Read-only property

Syntax

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

[C#]
public IAgStkGraphicsRasterStream Stream {get;}

[Managed C++]
public: __property IAgStkGraphicsRasterStream^ get_Stream();

[Unmanaged C++]
public: HRESULT get_Stream(
IAgStkGraphicsRasterStream ** ppRetVal
);

[Java]
public IAgStkGraphicsRasterStream getStream();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface