API Reference | Autodesk FDO Provider for Oracle |
FdoIDestroySpatialIndex Class Reference
#include <IDestroySpatialIndex.h>
Detailed Description
The IDestroySpatialIndex interface defines the DestroySpatialIndex command, which drops an existing spatial index. Input to the command is the name of the index to drop.
Definition at line 44 of file IDestroySpatialIndex.h.
Public Member Functions | |
virtual FDO_API void | Execute ()=0 |
Executes the DestroySpatialIndex command dropping the specified spatial index. An exception is thrown if the spatial index does not exist. | |
virtual FDO_API FdoGeometricPropertyDefinition * | GetGeometricProperty ()=0 |
Gets the geometric property previously set, if any. | |
virtual FDO_API const wchar_t * | GetName ()=0 |
Gets the name of the spatial index to destroy as a String. | |
virtual FDO_API void | SetGeometricProperty (FdoGeometricPropertyDefinition *pGeomProp)=0 |
Sets the desired value of the geometric property. | |
virtual FDO_API void | SetName (const wchar_t *value)=0 |
Sets the name of the spatial index to drop as a String. |
The documentation for this class was generated from the following file:
Comments? |