AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

bool MgFeatureSchemaCollection::Contains ( const MgFeatureSchema value  )  const

Returns true if the collection contains the specified item, false otherwise.

.NET Syntax
bool Contains(const MgFeatureSchema value) const;
Java Syntax
boolean Contains(const MgFeatureSchema value) const;
PHP Syntax
bool Contains(const MgFeatureSchema value) const;

Parameters:
value (MgFeatureSchema) Input value
Returns:
Returns true if the collection contains the specified item, false otherwise.