MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual INT32 MgGeometryCollection::IndexOf ( const MgGeometry value) const [virtual]

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

.NET Syntax
virtual int IndexOf(const MgGeometry value) const;
Java Syntax
virtual int IndexOf(const MgGeometry value) const;
PHP Syntax
virtual int IndexOf(const MgGeometry value) const;
Parameters:
value(MgGeometry) Object reference to find the index of.
Returns:
The index of the specified object in the collection or -1 if the coordinate does not exist.