IHistogramBuilder.AISImageService method

Applies To: IHistogramBuilder

This method sets the image service for histogram generation.

[Visual Basic 6.0]

SetObject.AISImageService=imageService

[C++]

Object->putref_AISImageService(imageServiceObject);

[C#, .NET]

Object.AISImageService=imageService;

Arguments

[in]imageService

IAISImageService 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)

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