IAISImageWriter.Init method

Applies To: IAISImageWriter

This method is used to initialize this object with the AISImageService object, so that its member functions can be used.

[Visual Basic 6.0]

retStatus=Object.Init(imageService)

[C++]

Object->Init(imageService,&retStatus);

[C#, .NET]

retStatus=Object.Init(imageService);

Arguments

[in]imageService

Represents the AISImageService Object with which the image writer object is initialized with.

Return Value

[out]retStatus

Boolean that determines the initialize state of the image writer 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.