com.esri.arcgis.carto
Interface IImageServerName

All Superinterfaces:
Serializable
All Known Implementing Classes:
ImageServerName

public interface IImageServerName
extends Serializable

Provides access to members that control a Image Server name.

Product Availability

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


Method Summary
 IPropertySet getProperties()
          The Image Server object construction properties.
 void setPropertiesByRef(IPropertySet ppProperties)
          The Image Server object construction properties.
 

Method Detail

setPropertiesByRef

void setPropertiesByRef(IPropertySet ppProperties)
                        throws IOException,
                               AutomationException
The Image Server object construction properties.

Product Availability

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

Parameters:
ppProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperties

IPropertySet getProperties()
                           throws IOException,
                                  AutomationException
The Image Server object construction properties.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.