Updates all features that match the given filter with the specified property values.
.NET Syntax
virtual int UpdateMatchingFeatures(MgResourceIdentifier resource, string className, MgPropertyCollection properties, string filter);
|
Java Syntax
virtual int UpdateMatchingFeatures(MgResourceIdentifier resource, String className, MgPropertyCollection properties, String filter);
|
PHP Syntax
virtual int UpdateMatchingFeatures(MgResourceIdentifier resource, String className, MgPropertyCollection properties, String filter);
|
- Parameters:
-
resource | (MgResourceIdentifier) A resource identifier for the feature source. |
className | (String/string) The name of the feature class on which the update operation is performed. |
properties | (MgBatchPropertyCollection) The property values to update matching features with |
filter | (String/string) The FDO filter string that detemines what features will be updated |
- Returns:
- Returns the number of features updated by this operation
- Exceptions:
-
- Since:
- 3.0