AGI STK Graphics 11Send comments on this topic.
ExtractBandFromRasterFormat Method (IAgStkGraphicsRaster)
See Also
Format
The Raster Format associated with the bands to be extracted.
Windows






Windows & Linux

Description

Extracts the bands of raster data associated with the given Raster Format.

Syntax

[Visual Basic .NET]
Public Function ExtractBandFromRasterFormat( _
    ByVal Format As AgEStkGraphicsRasterFormat _
) As 
[C#]
public IAgStkGraphicsRaster ExtractBandFromRasterFormat(
    AgEStkGraphicsRasterFormat Format
);
[Managed C++]
public: IAgStkGraphicsRaster^ ExtractBandFromRasterFormat(
    AgEStkGraphicsRasterFormat Format
);
[Java]
public IAgStkGraphicsRaster extractBandFromRasterFormat(
    AgEStkGraphicsRasterFormat Format
);
[Unmanaged C++]
public: HRESULT ExtractBandFromRasterFormat(
    AgEStkGraphicsRasterFormat Format,
    IAgStkGraphicsRaster ** ppRetVal
);

Parameters

Format
The Raster Format associated with the bands to be extracted.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.