com.esri.arcgis.system
Interface IObjectUpdate

All Superinterfaces:
Serializable
All Known Implementing Classes:
IObjectUpdateProxy, MapServer

public interface IObjectUpdate
extends Serializable

Provides access to methods for updating an object.

Product Availability

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


Method Summary
 void update(IPropertySet props)
          Updates object's properties.
 

Method Detail

update

void update(IPropertySet props)
            throws IOException,
                   AutomationException
Updates object's properties.

Product Availability

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

Parameters:
props - 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.