Web API Reference MapGuide Open Source
virtual INT32 MgReader::GetPropertyType ( CREFSTRING  propertyName  )  [pure virtual]

Gets the type of the property with the specified name. See MgPropertyType for the list of possible values.

.NET Syntax
virtual int GetPropertyType(string propertyName);
Java Syntax
virtual int GetPropertyType(String propertyName);
PHP Syntax
virtual int GetPropertyType(string propertyName);

Parameters:
propertyName (String/string) The property name.
Returns:
Returns an MgPropertyType value.


Comments or suggestions? Send us feedback.