FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Schema ::PropertyType OSGeo::FDO::Commands::Feature::IDataReaderImp::GetPropertyType ( System::String *  name  ) 

Gets the 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 PropertyType_DataProperty, then GetDataType can be used to to find the data type of the property.

Parameters:
name Input the property name.
Returns:
Returns the property type corresponding to the property name.


Comments or suggestions? Send us feedback.