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


IFeatureClassStorage2.RasterStorage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassStorage2 Interface > IFeatureClassStorage2.RasterStorage Property
ArcGIS Developer Help

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