BandExtractFilterExtractFormat Property |
Gets or sets the
RasterFormat containing the bands and the order of the bands that will be extracted.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax public RasterFormat ExtractFormat { get; set; }
Public Property ExtractFormat As RasterFormat
Get
Set
public:
property RasterFormat ExtractFormat {
RasterFormat get ();
void set (RasterFormat value);
}
member ExtractFormat : RasterFormat with get, set
Property Value
Type:
RasterFormatSee Also