ArcObjects Library Reference (Carto)  

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