This document is archived and information here might be outdated. Recommended version. |
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