IObjectActivate Interface

Provides access to methods for activating and deactivating objects.

Members

Name Description
Method Activate Activates the object.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.