FDO API Reference | Feature Data Objects |
#include <IDestroyMeasureUnit.h>
Inherits FdoICommand.
Inheritance diagram for FdoIDestroyMeasureUnit:
Definition at line 34 of file IDestroyMeasureUnit.h.
Public Member Functions | |
virtual FDO_API void | Execute ()=0 |
Executes the DestroyMeasureUnit command. | |
virtual FDO_API FdoString * | GetAbbreviation ()=0 |
Gets the abbreviation of the measure unit to destroy as a string. | |
virtual FDO_API void | SetAbbreviation (FdoString *value)=0 |
Sets the abbreviation of the measure unit to destroy as a string. | |
Friends | |
class | FdoIConnection |
|
Executes the DestroyMeasureUnit command.
|
|
Gets the abbreviation of the measure unit to destroy as a string.
|
|
Sets the abbreviation of the measure unit to destroy as a string.
|
|
Reimplemented from FdoICommand. Definition at line 36 of file IDestroyMeasureUnit.h. |
Comments or suggestions? Send us feedback. |