IAISImageServicePropertiesDialog.GetPropertyPageHandle method

Applies To: IAISImageServicePropertiesDialog

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

[Visual Basic 6.0]

pageWndHandle=Object.GetPropertyPageHandle(pageId)

[C++]

Object->GetPropertyPageHandle(pageId,&pageWndHandle);

[C#, .NET]

pageWndHandle=Object.GetPropertyPageHandle(pageId,parentWndHandle);

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]pageWndHandle

LONG value that represents the property page handle.

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)