FDO API Reference Feature Data Objects

IDestroySpatialContextImp Class Reference

List of all members.

Detailed Description

The FdoIDestroySpatialContext interface defines the DestroySpatialContext command, which destroys an existing spatial context. Input to the command is the name of the context to destroy. Destroying a spatial context destroys all data stored in that context.


Public Member Functions

System::Void Execute ()
 Executes the DestroySpatialContext command, removing all data stored in that context. An exception is thrown if the spatial context does not exist.
__property System::String * get_Name ()
 Gets the name of the context to destroy as a string.
__property System::Void set_Name (System::String *value)
 Sets the name of the context to destroy as a string.

Comments or suggestions? Send us feedback.