FDO API Reference Feature Data Objects

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

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:
name Input the property name.
Returns:
Returns the FDO property type.

Comments or suggestions? Send us feedback.