ArcObjects Library Reference (Geoprocessing)  

IGPRasterLayer.Field Property

The field of the raster layer.

[Visual Basic .NET]
Public Property Field As IField
[C#]
public IField Field {get; set;}
[C++]
HRESULT get_Field(
  IField** ppField
);
[C++]
HRESULT putref_Field(
  IField* ppField
);
[C++]

Parameters

ppField [out, retval]

  ppField is a parameter of type IField

ppField [in]

  ppField is a parameter of type IField

Product Availability

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

See Also

IGPRasterLayer Interface