This document is archived and information here might be outdated.  Recommended version.


IFeatureClassStorage2.RasterStorage Property (ArcObjects .NET 10.5 SDK)
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