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


IGPRasterLayer.Field Property (ArcObjects .NET 10.5 SDK)
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