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


IFieldEdit2.RasterDef Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFieldEdit2.RasterDef Property

The raster column definition.

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

Parameters RasterDef [out, retval]
RasterDef is a parameter of type IRasterDef RasterDef [in]
RasterDef is a parameter of type IRasterDef

Product Availability

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

See Also

IFieldEdit2 Interface