Provides access to additional members that control a raster workspace.
Members
Name | Description | |
---|---|---|
OpenRasterDatasetFromBytes | Opens a RasterDataset from an in-memry image. |
IRasterWorkspace3.OpenRasterDatasetFromBytes Method
Opens a RasterDataset from an in-memry image.
Public Function OpenRasterDatasetFromBytes ( _
ByRef ppBytes As Byte[]&, _
ByVal Copy As Boolean _
) As IRasterDataset
public IRasterDataset OpenRasterDatasetFromBytes (
ref Byte[]& ppBytes,
ref bool Copy
);
Remarks
This method is used to open a RasterDataset from bytes, an in-memory image, which is normally created from RasterExplorter or IRasterWorkspace2::CreateRasterDataset with "MEM" string.
Classes that implement IRasterWorkspace3
Classes | Description |
---|---|
RasterWorkspace | The raster workspace object. |
Remarks
_IRasterWorkspace3_is used to read inMemory raster byte arrays.