STK Graphics PrimitivesSend 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();
[Python - STK API ]
@property
def Stream(self) -> "IAgStkGraphicsRasterStream":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.