FDO API Reference Feature Data Objects

NAMESPACE_OSGEO_FDO_SCHEMA::PropertyType GetPropertyType System::String *  name  ) 
 

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

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

Comments or suggestions? Send us feedback.