This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterWorkspace2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control an improved raster workspace.
IRasterWorkspace2 interface allows to create a raster dataset in addition to the functionalities provided by the IRasterWorkspace interface.
Description | ||
---|---|---|
CanCopy | Indicates if this dataset can be copied. | |
Copy | Copies this workspace to a new workspace with the specified name. | |
CreateRasterDataset | Creates a RasterDataset in the workspace given its name. | |
IsWorkspace | Indicates if the file path specified is a raster workspace. | |
OpenRasterDataset | Opens a RasterDataset in the workspace given its name. |
CoClasses and Classes | Description |
---|---|
RasterWorkspace (esriDataSourcesRaster) | The raster workspace object. |
IRasterWorspace2 is used to access a raster stored in a file system in any supported raster format. To access raster from geodtabase, use IRasterWorkspaceEx interface.