FDO API Reference | Feature Data Objects |
#include <IActivateSpatialContext.h>
Inherits FdoICommand.
Inheritance diagram for FdoIActivateSpatialContext:
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 FdoString * | GetName ()=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 |
|
Executes the ActivateSpatialContext command. An exception is thrown if the spatial context does not exist.
|
|
Gets the name of the context to activate as a string.
|
|
Sets the name of the context to activate as a string.
|
|
Reimplemented from FdoICommand. Definition at line 36 of file IActivateSpatialContext.h. |
Comments or suggestions? Send us feedback. |