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


IField2.RasterDef Property (ArcObjects .NET 10.4 SDK)
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