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


IImageServerLayer.ServiceInfo Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServerLayer.ServiceInfo Property

The image service info.

[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.

See Also

IImageServerLayer Interface