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


IImageServiceInfo.ServiceDataType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServiceInfo.ServiceDataType Property

The data type of the image service.

[Visual Basic .NET]
Public Property ServiceDataType As esriImageServiceDataType
[C#]
public esriImageServiceDataType ServiceDataType {get; set;}
[C++]
HRESULT get_ServiceDataType(
  esriImageServiceDataType* pDataType
);
[C++]
HRESULT put_ServiceDataType(
  esriImageServiceDataType pDataType
);
[C++]

Parameters pDataType [out, retval]
pDataType is a parameter of type esriImageServiceDataType pDataType [in]
pDataType is a parameter of type esriImageServiceDataType

Product Availability

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

See Also

IImageServiceInfo Interface