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

Removes a computed property.

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