ArcObjects Library Reference (GeoDatabase)  

IFeatureClassStorage2.RasterStorage Property

Retrieves the raster field storage.

[Visual Basic .NET]
Public ReadOnly Property RasterStorage As esriRasterStorage
[C#]
public esriRasterStorage RasterStorage {get;}
[C++]
HRESULT get_RasterStorage(
  esriRasterStorage* RasterStorage
);
[C++]

Parameters

RasterStorage [out, retval]

  RasterStorage is a parameter of type esriRasterStorage

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureClassStorage2 Interface