AGI STK Graphics 11Send 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 ** ReturnValue
);

Parameters

RasterBand
MemberValueDescription
eStkGraphicsRasterBandRed0A band containing red values.
eStkGraphicsRasterBandGreen1A band containing green values.
eStkGraphicsRasterBandBlue2A band containing blue values.
eStkGraphicsRasterBandAlpha3A band containing alpha values.
eStkGraphicsRasterBandLuminance4A band containing luminance values.
The Raster Band to be extracted from the source raster.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.