IAISImageServicePropertiesDialog.Init method

Applies To: IAISImageServicePropertiesDialog

This method initializes this object with AISClientObject, and AISImageService, so that its member functions can be used.

[Visual Basic 6.0]

retStatus=Object.Init(dialogConfigXml,clientObject,imageServiceObject)

[C++]

Object->Init(dialogConfigXml,clientObject,imageService,&retStatus);

[C#, .NET]

retStatus=Object.Init(dialogConfigXml,clientObject,imageServiceObject);

Arguments

[in]dialogConfigXml

XML String.

[in]clientObject

AISClientObject with which the image service properties dialog object is initialized.

[in]imageServiceObject

AISImageService with which the image service properties dialog object is initialized.

Return Value

[out]retStatus

Boolean that determines the initialize state of the image service properties dialog object.

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)