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


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

IImageServiceInfo.ServiceSourceType Property

The image service data source type.

[Visual Basic .NET]
Public Property ServiceSourceType As esriImageServiceSourceType
[C#]
public esriImageServiceSourceType ServiceSourceType {get; set;}
[C++]
HRESULT get_ServiceSourceType(
  esriImageServiceSourceType* pServiceSourceType
);
[C++]
HRESULT put_ServiceSourceType(
  esriImageServiceSourceType pServiceSourceType
);
[C++]

Parameters pServiceSourceType [out, retval]
pServiceSourceType is a parameter of type esriImageServiceSourceType pServiceSourceType [in]
pServiceSourceType is a parameter of type esriImageServiceSourceType

Product Availability

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

See Also

IImageServiceInfo Interface