ArcObjects Library Reference (GeoDatabase)  

IRasterFieldInfo.RasterField Property

The raster field.

[Visual Basic .NET]
Public ReadOnly Property RasterField As IField
[C#]
public IField RasterField {get;}
[C++]
HRESULT get_RasterField(
  IField** Field
);
[C++]

Parameters

Field [out, retval]

  Field is a parameter of type IField

Product Availability

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

See Also

IRasterFieldInfo Interface