FDO API Reference Feature Data Objects

BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_UNITOFMEASURE public __gc __interface ICreateMeasureUnit
 

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.


Comments or suggestions? Send us feedback.