AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgUpdateFeatures::MgUpdateFeatures ( CREFSTRING  className,
MgPropertyCollection propertyValues,
CREFSTRING  filterText 
)

Constructs an MgUpdateFeatures object.

.NET Syntax
MgUpdateFeatures(string className, MgPropertyCollection propertyValues, string filterText);
Java Syntax
MgUpdateFeatures(String className, MgPropertyCollection propertyValues, String filterText);
PHP Syntax
MgUpdateFeatures(string className, MgPropertyCollection propertyValues, string filterText);

Parameters:
className (String/string) The name of class in the schema definition in the feature source whose feature instances are to be updated
propertyValues (MgPropertyCollection) The collection of properties to be updated.
filterText (String/string) The filter used to select the feature instances to be updated.
Returns:
Returns nothing.