FDO API Reference Feature Data Objects

enum PropertyType
 

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

Parameters:
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
.

Enumerator:
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.