AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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.