IAISClientObject.OpenImageService method

Applies To: IAISClientObject

This function is used to open an Image Service as defined by the fully qualified source and optionally the service initialization properties.

[Visual Basic 6.0]

Set imageServiceObject=Object.OpenImageService(imageServiceSource,

serviceInitializationProperties)

[C++]

Object->OpenImageService(CComBSTR(imageServiceSource), 

CComBSTR(serviceInitializationProperties),&imageServiceObject);

[C#, .NET]

imageServiceObject=Object.OpenImageService(imageServiceSource,

serviceInitializationProperties);

Arguments

[in] imageServiceSource

String. It can be the service name or the file path of that service, such as ImageService://hawkings:10000/Dxb_Tif or C:\Temp\TestImageService.ISRef.

[in] serviceInitializationProperties

Optional String. An XML string which describes the additional properties about the service that is to be opened.

Return Value

[out]imageServiceObject

IAISImageServiceObject

Requirements

Platform

32 bit Windows OS (WinXP)

Environment

.NET Framework, COM, ANSI C / C++ Standard compliant

Dependency

ESRI.ImageServer.ISClient.dll (.NET Framework), ISClient.dll (COM/C++), ISClientC.dll (C/C++)

Include

isclientc.h (ANSI C)

For more details, please see the IAISClient Sample in C++, C# and VB 6.0.