FDO API Reference Feature Data Objects

virtual FDO_API FdoPropertyType FdoIDataReader::GetPropertyType FdoString propertyName  )  [pure virtual]
 

Gets the FDO property type of a given property. This is used to indicate if a given property is a geometric property or a data property. If the property is a FdoPropertyType_DataProperty, then GetDataType can be used to to find the data type of the property.

Parameters:
propertyName Input the property name.
Returns:
Returns the FDO property type.

Comments or suggestions? Send us feedback.