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

mgLongTransactionSetOperations.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::LongTransaction

Enumerations

enum  LongTransactionSetOperations {
  LongTransactionSetOperations_Add = FdoLongTransactionSetOperations_Add,
  LongTransactionSetOperations_Remove = FdoLongTransactionSetOperations_Remove,
  LongTransactionSetOperations_Clear = FdoLongTransactionSetOperations_Clear
}
 The LongTransactionSetOperations enumeration defines the list of available operations that can be performed by the ChangeLongTransactionSet command. More...

Enumeration Type Documentation

enum LongTransactionSetOperations
 

The LongTransactionSetOperations enumeration defines the list of available operations that can be performed by the ChangeLongTransactionSet command.

Enumeration values:
LongTransactionSetOperations_Add  Add the specified long transaction to the selection set.
LongTransactionSetOperations_Remove  Remove the specified long transaction from the selection set.
LongTransactionSetOperations_Clear  Clear the selection set.

Comments or suggestions? Send us feedback.