IClientObject

The IClientObject interface is used to create Image Services. It is also used by client applications to establish a connection with ArcGIS Image Server to get a list of Service Providers and published Image Services.

It is a starting point to referencing the other objects in the Client library.

[Visual Basic 6.0]

Dim myObject As IClientObject

Properties

Name

Description

ConfigurationProperties

Returns the Configuration properties which were used for initialization of this object.

Status

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

Methods

Name

Description

Init

Used to initialize the Server Connection with the properties specified in the client configuration XML file/string (ISCConfig).

GetServerInfo

Gets the information on the Server.

ShowImageServicesDialog

Used to displays a list of services available on the specified Server.

OpenImageService

Used to open an Image Service as defined by the fully qualified source and current Service Connection Properties.

Close

Shuts down and cleans up the Client object.

Requirements

Platform

32 bit Windows OS (Windows XP)

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)