MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
void MgFeatureQueryOptions::RemoveFeatureProperty ( CREFSTRING  propertyName)

Removes a class property.

.NET Syntax
void RemoveFeatureProperty(string propertyName);
Java Syntax
void RemoveFeatureProperty(String propertyName);
PHP Syntax
void RemoveFeatureProperty(string propertyName);
Parameters:
propertyName(String/string) The name of the class property to be removed.
Returns:
Returns the total number of properties remaining.
Exceptions:
MgInvalidArgumentExceptionif the property name is empty.