Provides access to members that control raster column definition.
Members
| Name | Description | |
|---|---|---|
![]() |
Description | The raster column description. |
![]() |
IsFunction | Indicates if the Raster column value stores function dataset. |
![]() |
IsManaged | Indicates if the Raster column value is to be managed by GeoDatabase. |
![]() |
IsRasterDataset | Indicates whether the definition is for RasterDataset. |
![]() |
SpatialReference | The SpatialReference of the raster. |
IRasterDef2.IsFunction Property
Indicates if the Raster column value stores function dataset.
Public Property IsFunction As Boolean
public bool IsFunction {get; set;}
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IRasterDef | Provides access to members that control raster column definition. |
Classes that implement IRasterDef2
| Classes | Description |
|---|---|
| RasterDef | Raster Column Definition Class. |

