|
MapGuide API Reference
|
| void MgFeatureQueryOptions::RemoveFeatureProperty | ( | CREFSTRING | propertyName | ) |
Removes a class property.
| void RemoveFeatureProperty(string propertyName); |
| void RemoveFeatureProperty(String propertyName); |
| void RemoveFeatureProperty(string propertyName); |
| propertyName | (String/string) The name of the class property to be removed. |
| MgInvalidArgumentException | if the property name is empty. |