STK Graphics PrimitivesSend comments on this topic.
InitializeWithBand Method (IAgStkGraphicsBandExtractFilterFactory)
See Also
RasterBand
The Raster Band to be extracted from the source raster.
Windows





Windows & Linux

Description

Initializes a new instance with the Raster Band to be extracted from the source raster.

Syntax

[Visual Basic .NET]
Public Function InitializeWithBand( _
    ByVal RasterBand As AgEStkGraphicsRasterBand _
) As IAgStkGraphicsBandExtractFilter
[Managed C++]
public: IAgStkGraphicsBandExtractFilter^ InitializeWithBand(
    AgEStkGraphicsRasterBand RasterBand
);
[Unmanaged C++]
public: HRESULT InitializeWithBand(
    AgEStkGraphicsRasterBand RasterBand,
    IAgStkGraphicsBandExtractFilter ** ppRetVal
);
[Python - STK API ]
def InitializeWithBand(self, RasterBand:"AgEStkGraphicsRasterBand") -> "IAgStkGraphicsBandExtractFilter":

Parameters

RasterBand
The Raster Band to be extracted from the source raster.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.