IAISImageServicesDialog.ShowDialog 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.ShowDialog

[C++]

Object->ShowDialog(&retStatus);

[C#, .NET]

retStatus=Object.ShowDialog();

Return Value

[out]retStatus

Boolean that determines the show state of the image services dialog.

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)