ArcObjects Library Reference (GeoDatabase)  

IField2.RasterDef Property

The raster column definition.

[Visual Basic .NET]
Public ReadOnly Property RasterDef As IRasterDef
[C#]
public IRasterDef RasterDef {get;}
[C++]
HRESULT get_RasterDef(
  IRasterDef** RasterDef
);
[C++]

Parameters

RasterDef [out, retval]

  RasterDef is a parameter of type IRasterDef

Product Availability

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

See Also

IField2 Interface