Image | Audio | Video |
---|---|---|
X |
Deletes the specified feature from the opened catalog.
Authorization
Alter
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbqbapi.lib | libdmbqbapi.a (AIX) |
| libdmbqbapi.sl (HP-UX) |
| libdmbqbapi.so (Solaris) |
Include file
dmbqbapi.h
Syntax
SQLRETURN QbRemoveFeature( QbCatalogHandle cHdl, char *featureName );
Parameters
Error codes
Examples
Remove the QbColorHistogramFeatureClass feature from the catalog identified by the handle CatHdl:
#include <dmbqbapi.h> rc=QbRemoveFeature(CatHdl, "QbColorHistogramFeatureClass");