IImageService.ExportProperties property

Applies To: IImageService

Accesses and modifies the export properties.

This Property should be used before using the ExportImage method.

[Visual Basic 6.0]

object.ExportProperties = [ value ]

Access

Read / Write

Type

String that represents the export properties XML string. For more details view the XML schema available at: [ArcGIS Image Server installation folder]\Developer Kit\XML\ISClient.ExportImage.XSD.

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)

Example

[Visual Basic 6.0]

Dim propXML As String

propXML = myImageService.ExportProperties

myImageService.ExportProperties = propXML

Related Topics

See also: ExportImage