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





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 ** ReturnValue
);

Parameters

RasterBand
Member Value Description
eStkGraphicsRasterBandRed 0 A band containing red values.
eStkGraphicsRasterBandGreen 1 A band containing green values.
eStkGraphicsRasterBandBlue 2 A band containing blue values.
eStkGraphicsRasterBandAlpha 3 A band containing alpha values.
eStkGraphicsRasterBandLuminance 4 A band containing luminance values.
The Raster Band to be extracted from the source raster.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1