FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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

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

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

[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.


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.

Member Function Documentation

System::Void OSGeo::FDO::Commands::UnitOfMeasure::IDestroyMeasureUnitImp::Execute  ) 
 

Executes the DestroyMeasureUnit command.

Returns:
Returns nothing

__property System::String* OSGeo::FDO::Commands::UnitOfMeasure::IDestroyMeasureUnitImp::get_Abbreviation  ) 
 

Gets the abbreviation of the measure unit to destroy as a string.

Returns:
Returns the abbreviation of the measure unit to be deleted.

__property System::Void OSGeo::FDO::Commands::UnitOfMeasure::IDestroyMeasureUnitImp::set_Abbreviation System::String *  value  ) 
 

Sets the abbreviation of the measure unit to destroy as a string.

Parameters:
value Input the abbreviation of the measure unit to be deleted.
Returns:
Returns nothing

Comments or suggestions? Send us feedback.