STK Graphics PrimitivesSend comments on this topic.
InitializeWithFormat Method (IAgStkGraphicsBandExtractFilterFactory)
See Also
RasterFormat
The Raster Format containing the bands to be extracted from the source raster.
Windows





Windows & Linux

Description

Initializes a new instance with the Raster Format containing the bands to be extracted from the source raster.

Syntax

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

Parameters

RasterFormat
The Raster Format containing the bands to be extracted from the source raster.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.