IAISImageWriter

The IAISImageWriter is used for writing out images to a file.

[Visual Basic 6.0]

Dim myObject As IAISImageWriter

[C++]

IAISImageWriter clientObject;

[C#, .NET]

IAISImageWriter clientObject;

Properties

Name

Description

Status

Returns an XML string detailing the status of the last operation performed on this object.

Methods

Name

Description

Init

Initializes this object with AISImageService object.

Save

Saves an images to disc.

SetProperty

Sets the value of the given property.

GetProperty

Gets the value of the given property.

Status

Returns an XML detailing the status of the last operation performed on this object.

Close

Shuts down and cleans up the ImageWriter 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)