Initializes a new instance with a raster stream and the raster filter that will be applied to each update of that stream.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsFilteringRasterStream Initialize( IAgStkGraphicsRasterStream RasterStream, IAgStkGraphicsRasterFilter Filter ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsFilteringRasterStream^ Initialize( IAgStkGraphicsRasterStream ^ RasterStream, IAgStkGraphicsRasterFilter ^ Filter ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsFilteringRasterStream initialize( IAgStkGraphicsRasterStream RasterStream, IAgStkGraphicsRasterFilter Filter ); |
| [Python - STK API] |
|---|
def Initialize(self, RasterStream:"IAgStkGraphicsRasterStream", Filter:"IAgStkGraphicsRasterFilter") -> "IAgStkGraphicsFilteringRasterStream": |
- RasterStream
- The
that will have the applied on each update. - Filter
- The
to apply to each update of the .





