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


IAISClientObjectX.OpenImageService Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAISClientObjectX.OpenImageService Method

Opens an image service as defined by the fully qualified

[Visual Basic .NET]
Public Function OpenImageService ( _
    ByVal imageServiceSource As String, _
    ByVal serviceInitializationProperties As String _
) As IAISImageServiceX
[C#]
public IAISImageServiceX OpenImageService (
    string imageServiceSource,
    string serviceInitializationProperties
);
[C++]
HRESULT OpenImageService(
  BSTR imageServiceSource,
  BSTR serviceInitializationProperties,
  IAISImageServiceX** ImageService
);
[C++]

Parameters imageServiceSource [in] imageServiceSource is a parameter of type BSTR serviceInitializationProperties [in] serviceInitializationProperties is a parameter of type BSTR ImageService [out, retval]
ImageService is a parameter of type IAISImageServiceX

Product Availability

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

See Also

IAISClientObjectX Interface