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

mgPropertyType.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Schema

Enumerations

enum  PropertyType {
  PropertyType_DataProperty = FdoPropertyType_DataProperty,
  PropertyType_ObjectProperty = FdoPropertyType_ObjectProperty,
  PropertyType_GeometricProperty = FdoPropertyType_GeometricProperty,
  PropertyType_AssociationProperty = FdoPropertyType_AssociationProperty,
  PropertyType_RasterProperty = FdoPropertyType_RasterProperty
}
 The PropertyType enumeration lists the possible types that a Property can be. More...

Enumeration Type Documentation

enum PropertyType
 

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

Enumeration values:
PropertyType_DataProperty  Represents a Data Property type.
PropertyType_ObjectProperty  Represents an Object Property type.
PropertyType_GeometricProperty  Represents a Geometric Property type.
PropertyType_AssociationProperty  Represents an Association Property type.
PropertyType_RasterProperty  Represents a Raster (image) Property type.

Comments or suggestions? Send us feedback.