IAISImageServicePropertiesDialog.Close method

Applies To: IAISImageServicePropertiesDialog

This method cleans up and closes the object and the associated property pages.

[Visual Basic 6.0]

retStatus=Object.Close(pageId)

[C++]

Object->Close(pageId,&retStatus);

[C#, .NET]

retStatus=Object.Close(pageId);

Arguments

[in] pageId

Property Page.It is an Enum defined in the client library.

Constant

Value

Description

VALUE

MetadataPage

For embedding metadata control

VALUE

ServicePropertiesPage

For embedding service properties

VALUE

ViewPointPage

For embedding viewpoint control

Return Value

[out]retStatus

Boolean that determines the close 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)