AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

INT32 MgFeatureSchemaCollection::IndexOf ( const MgFeatureSchema value  )  const

Returns the index of the specified item in the collection or -1 if the item does not exist.

.NET Syntax
int IndexOf(const MgFeatureSchema value) const;
Java Syntax
int IndexOf(const MgFeatureSchema value) const;
PHP Syntax
int IndexOf(const MgFeatureSchema value) const;

Parameters:
value (MgFeatureSchema) Input value
Returns:
Returns the index of the specified item in the collection or -1 if the item does not exist.