Web API Reference MapGuide Open Source
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:
MgInvalidArgumentException if the property name is empty.


Comments or suggestions? Send us feedback.