FDO API Reference Feature Data Objects

ICreateMeasureUnit.h File Reference

#include <FdoStd.h>
#include <Fdo/Connections/IConnection.h>
#include <Fdo/Commands/UnitOfMeasure/BaseUnit.h>
#include <Fdo/Commands/ICommand.h>

Include dependency graph for ICreateMeasureUnit.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  FdoICreateMeasureUnit
 The FdoICreateMeasureUnit interface defines the CreateMeasureUnit command, which creates or updates a measurement unit. Input to the command includes the abbreviation, name, description, measure type, base unit, and scale factor that defines the measure unit. The update existing flag indicates how the command should behave in the presence of an existing measure unit. If it is false, and the specified measure unit already exists, command execution will fail. If it is true, the command will either create a new measure unit or update an existing one. More...

Comments or suggestions? Send us feedback.