Gets the Raster Stream that will have the Raster Filter applied on each update.
Read-only property
[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": |