IAISImageWriter.Save method

Applies To: IAISImageWriter

This method is used to save an image to disk.

[Visual Basic 6.0]

retStatus=Object.Save(exportPropertiesXml)

[C++]

Object->Save(exportPropertiesXml,&retStatus);

[C#, .NET]

retStatus=Object.Save(exportPropertiesXml);

Arguments

[in]exportPropertiesXml

String representing the properties of the image to be saved.

Return Value

[out]retStatus

Boolean that determines the save state of the image.

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.