IAISImageServicePropertiesDialog.GetUpdatedProperties method

Applies To: IAISImageServicePropertiesDialog

This method returns the latest service properties which reflects the current state of the Properties Dialog.

This method should be invoked after showing the Service Properties Dialog. It gives the modifications made by the user.

[Visual Basic 6.0]

isRefXml=Object.GetUpdatedProperties

[C++]

Object->GetUpdatedProperties(&isRefXml);

[C#, .NET]

isRefXml=Object.GetUpdatedProperties();

Return Value

[out]isRefXml

XML String holding the updated service properties.

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)