This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer Interface > IImageServer.ServiceInfo Property (ArcObjects .NET 10.5 SDK) |
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
Returns information of the image service. The information includes description, spatial reference, extent, pixel size about the image data.