Provides access to additional members that control a raster workspace.
Members
| Name | Description | |
|---|---|---|
![]() |
CreateRasterDataset | Creates a RasterDataset in the workspace given its name. |
IRasterWorkspace4.CreateRasterDataset Method
Creates a RasterDataset in the workspace given its name.
Public Function CreateRasterDataset ( _
    ByVal Name As String, _
    ByVal Format As String, _
    ByVal pOrigin As IPoint, _
    ByVal nCols As Integer, _
    ByVal nRows As Integer, _
    ByVal dx As Double, _
    ByVal dy As Double, _
    ByVal nBands As Integer, _
    ByVal PixelType As rstPixelType, _
    ByVal SpatialReference As ISpatialReference, _
    ByVal Permanent As Boolean, _
    ByVal pStorageDef As IRasterStorageDef, _
    ByVal ConfigKeyword As String _
) As IRasterDataset
public IRasterDataset CreateRasterDataset (
    string Name,
    string Format,
    IPoint pOrigin,
    int nCols,
    int nRows,
    double dx,
    double dy,
    int nBands,
    rstPixelType PixelType,
    ISpatialReference SpatialReference,
    bool Permanent,
    IRasterStorageDef pStorageDef,
    string ConfigKeyword
);
Classes that implement IRasterWorkspace4
| Classes | Description |
|---|
Remarks
The IRasterWorkspace4 interface allows you to create a raster dataset using the IRasterStorageDef and ConfigKeyword.
