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.
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.