IAISImageServicePropertiesDialog.ShowPropertyPage method

Applies To: IAISImageServicePropertiesDialog

This method shows the specified property page embedded in a parent form as specified by the handle.

It is typically used by client applications for showing the property pages embedded in other forms or controls.

[Visual Basic 6.0]

retStatus=Object.ShowPropertyPage(pageId,parentHandle)

[C++]

Object->ShowPropertyPage(pageId,parentHandle,&retStatus);

[C#, .NET]

retStatus=Object.ShowPropertyPage(pageId,parentHandle);

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

[in] parentHandle

Long. Handle of the parent window.

Return Value

[out]retStatus

Boolean that determines the show state of the properties page.

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)