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


IImageServer3.Fields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer3 Interface > IImageServer3.Fields Property
ArcGIS Developer Help

IImageServer3.Fields Property

The fields of the image catalog.

[Visual Basic .NET]
Public ReadOnly Property Fields As IFields
[C#]
public IFields Fields {get;}
[C++]
HRESULT get_Fields(
  IFields** ppFields
);
[C++]
Parameters
ppFields [out, retval]

ppFields is a parameter of type IFields**

Product Availability

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

Remarks

The accessible fields are defined during publishing and are stored in the image service configuration file.

See Also

IImageServer3 Interface