Provides access to methods for updating an object.
Members
| Name | Description | |
|---|---|---|
![]() |
Update | Updates object's properties. |
IObjectUpdate.Update Method
Updates object's properties.
Public Sub Update ( _
    ByVal props As IPropertySet _
)
public void Update (
    IPropertySet props
);
Classes that implement IObjectUpdate
| Classes | Description |
|---|---|
| MapServer (esriCarto) | The MapServer component provides programmatic access to the contents of a map document on disk, and creates images of the map contents based on user requests. Designed for use in building map-based web services and web applications. |
| MultidimensionalInfo (esriDataSourcesRaster) | A class for the multidimensional info value object. |
| RasterType (esriDataSourcesRaster) | A raster type object. |
| TableCrawler (esriDataSourcesRaster) | A crawler for tables. |
