FDO API Reference Feature Data Objects

FdoIDestroyMeasureUnit Class Reference

#include <IDestroyMeasureUnit.h>

Inherits FdoICommand.

Inheritance diagram for FdoIDestroyMeasureUnit:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoIDestroyMeasureUnit interface defines the DestroyMeasureUnit command, which deletes a measurement unit. Input to the command is simply the abbreviation of the measure unit to be destroyed.

Definition at line 34 of file IDestroyMeasureUnit.h.


Public Member Functions

virtual FDO_API void Execute ()=0
 Executes the DestroyMeasureUnit command.
virtual FDO_API FdoStringGetAbbreviation ()=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

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.