ArcObjects Library Reference (Carto)  

IImageServer.ServiceInfo Property

The properties of the image service provided.

[Visual Basic .NET]
Public ReadOnly Property ServiceInfo As IImageServiceInfo
[C#]
public IImageServiceInfo ServiceInfo {get;}
[C++]
HRESULT get_ServiceInfo(
  IImageServiceInfo** ppServiceInfo
);
[C++]

Parameters

ppServiceInfo [out, retval]

  ppServiceInfo is a parameter of type IImageServiceInfo

Product Availability

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

Description

Returns information of the image service. The information includes description, spatial reference, extent, pixel size about the image data.

See Also

IImageServer Interface