FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoIActivateSpatialContext Class Reference

#include <IActivateSpatialContext.h>

Inherits FdoICommand.

Inheritance diagram for FdoIActivateSpatialContext:

[legend]
List of all members.

Detailed Description

The FdoIActivateSpatialContext interface defines the ActivateSpatialContext command, which activates a specified spatial context. Input to the command is the name of the context to activate.

Definition at line 34 of file IActivateSpatialContext.h.


Public Member Functions

virtual FDO_API void Execute ()=0
 Executes the ActivateSpatialContext command. An exception is thrown if the spatial context does not exist.
virtual FDO_API FdoStringGetName ()=0
 Gets the name of the context to activate as a string.
virtual FDO_API void SetName (FdoString *value)=0
 Sets the name of the context to activate as a string.

Friends

class FdoIConnection

Member Function Documentation

virtual FDO_API void FdoIActivateSpatialContext::Execute  )  [pure virtual]
 

Executes the ActivateSpatialContext command. An exception is thrown if the spatial context does not exist.

Returns:
Returns nothing

virtual FDO_API FdoString* FdoIActivateSpatialContext::GetName  )  [pure virtual]
 

Gets the name of the context to activate as a string.

Returns:
Returns the name of the spatial context

virtual FDO_API void FdoIActivateSpatialContext::SetName FdoString value  )  [pure virtual]
 

Sets the name of the context to activate as a string.

Parameters:
value Input the name of the spatial context
Returns:
Returns nothing

Friends And Related Function Documentation

friend class FdoIConnection [friend]
 

Reimplemented from FdoICommand.

Definition at line 36 of file IActivateSpatialContext.h.


The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.