AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| 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:
-
|