Provides access to methods for activating and deactivating objects.
Members
Name | Description | |
---|---|---|
Activate | Activates the object. | |
Deactivate | Deactivates the object. |
IObjectActivate.Activate Method
Activates the object.
Public Sub Activate ( _
)
public void Activate (
);
IObjectActivate.Deactivate Method
Deactivates the object.
Public Sub Deactivate ( _
)
public void Deactivate (
);
Classes that implement IObjectActivate
Classes | Description |
---|---|
GeometryServer (esriGeoDatabase) | Provides access to standard operations on geometric 'value' objects. The input geometries are never modified by these operations. Designed for use in building web services and web applications. |
GeometryServerImpl (esriGeometry) | Provides access to standard operations on geometric 'value' objects. The input geometries are never modified by these operations. Designed for use in building web services or other kinds of distributed applications. |
ImageServer (esriCarto) | The ArcGIS Server Image Server class. |
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. |
WFSServer (esriGeoDatabaseDistributed) | The WFS Server Object Extension. |