FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::UnitOfMeasure::IDestroyMeasureUnitImp Class Reference
[OSGeo::FDO::Commands::UnitOfMeasure]

Inherits OSGeo::FDO::Commands::ICommandImp, and OSGeo::FDO::Commands::UnitOfMeasure::IDestroyMeasureUnit.

Inheritance diagram for OSGeo::FDO::Commands::UnitOfMeasure::IDestroyMeasureUnitImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

The IDestroyMeasureUnitImp class is a concrete implementation of IDestroyMeasureUnit. The IDestroyMeasureUnit 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 mgIDestroyMeasureUnitImp.h.


Public Member Functions

System::Void Execute ()
 Executes the DestroyMeasureUnit command.
__property System::String * get_Abbreviation ()
 Gets the abbreviation of the measure unit to destroy as a string.
__property System::Void set_Abbreviation (System::String *value)
 Sets the abbreviation of the measure unit to destroy as a string.

Comments or suggestions? Send us feedback.