IAISImageService.ApplyServiceProperties method

Applies To: IAISImageService

This method applies the properties last set on the Image Service object.

It’s mainly used to see the changes in the properties made by IAISServicePropertiesDialog object.

[Visual Basic 6.0]

variable=Object.ApplyServiceProperties()

[C++]

Object->ApplyServiceProperties();

[C#]

Object->ApplyServiceProperties();

Return Value

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

For more details, please see the IAISClient Sample in C++, C# and VB 6.0.