This document is archived and information here might be outdated.  Recommended version.


IImageServerInit Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerInit Interface
ArcGIS Developer Help

IImageServerInit Interface

Provides access to members that control initialization of an image server.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This interface is new at ArcGIS 9.3.

Members

Name Description
Read/write property ImageDataSourceName The image server data source name.
Method Initialize Initializes this image server from a fullname to a dataset.
Method InitializeFromDataset Initializes this image server from a Raster Dataset.
Method InitializeFromServiceURL Initializes this image server from an AIS service URL (ImageService://<host>:<port>/<service>).

Classes that implement IImageServerInit

Classes Description
ImageServer The ArcGIS Server Image Server class.

Remarks

An image service can be initialized from a data path, a raster dataset, or a service URL of an ArcGIS Image Server service. Use Initialize to initialize a service with a full path name to the data. Use InitializeFromDataset to initialize a service with a raster dataset. Use InitializeFromServiceURL to initialize a service with a back-end ArcGIS Image Server service.