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


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

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