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


IGPRasterLayer.Field Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterLayer Interface > IGPRasterLayer.Field Property
ArcGIS Developer Help

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