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