FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

PropertyType.h File Reference

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

Go to the source code of this file.


Enumerations

enum  FdoPropertyType {
  FdoPropertyType_DataProperty,
  FdoPropertyType_ObjectProperty,
  FdoPropertyType_GeometricProperty,
  FdoPropertyType_AssociationProperty,
  FdoPropertyType_RasterProperty
}
 The FdoPropertyType enumeration lists the possible types that a Property can be. More...

Enumeration Type Documentation

enum FdoPropertyType
 

The FdoPropertyType enumeration lists the possible types that a Property can be.

Enumeration values:
FdoPropertyType_DataProperty  Represents a Data Property type.
FdoPropertyType_ObjectProperty  Represents an Object Property type.
FdoPropertyType_GeometricProperty  Represents a Geometric Property type.
FdoPropertyType_AssociationProperty  Represents an Association Property type.
FdoPropertyType_RasterProperty  Represents a Raster (image) Property type.

Definition at line 28 of file PropertyType.h.


Comments or suggestions? Send us feedback.