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


IAISClientObjectX.OpenImageService Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAISClientObjectX Interface > IAISClientObjectX.OpenImageService Method
ArcGIS Developer Help

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
);
[C++]
Parameters
imageServiceSource [in]

imageServiceSource is a parameter of type BSTR serviceInitializationProperties [in]
serviceInitializationProperties is a parameter of type BSTR

Product Availability

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

See Also

IAISClientObjectX Interface