Provides access to members that control the RasterSDE connection.
Members
Name | Description | |
---|---|---|
CatalogName | The ArcSDE raster catalog name. | |
RasterName | The ArcSDE raster name. |
IRasterSdeCatalog.CatalogName Property
The ArcSDE raster catalog name.
Public Property CatalogName As String
public string CatalogName {get; set;}
IRasterSdeCatalog.RasterName Property
The ArcSDE raster name.
Public Property RasterName As String
public string RasterName {get; set;}
Classes that implement IRasterSdeCatalog
Classes | Description |
---|---|
BasicRasterSdeLoader | A mechanism to control creation of SDE Raster datasets and load raster data. |
Remarks
When inserting rasters into an ArcSDE raster catalog, both CatalogName and RasterName need to be specified, if deleting an ArcSDE raster catalog, you can either specify CatalogName or _SdeRasterName_of IRasterSdeConnection.