IAISImageServicesDialog.ShowDialogEx method

Applies To: IAISImageServicesDialog

This method displays a list of services on a specified server. It shows the default Image Services dialog that allows the users to pick a published Image Services or browse to an .ISRef. Multiple services can be selected from the dialog.

[Visual Basic 6.0]

retStatus=Object.ShowDialogEx(xml)

[C++]

Object->ShowDialogEx(xml,&retStatus);

[C#, .NET]

retStatus=Object.ShowDialogEx(xml);

Arguments

[in]xml

XML string.

Return Value

[out]retStatus

Boolean that determines the show state.

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)