|
MapGuide API Reference
|
| virtual INT32 MgCoordinateCollection::IndexOf | ( | const MgCoordinate * | value | ) | const [virtual] |
Returns the index of the specified coordinate in the collection or -1 if the coordinate does not exist.
| virtual int IndexOf(const MgCoordinate value) const; |
| virtual int IndexOf(const MgCoordinate value) const; |
| virtual int IndexOf(const MgCoordinate value) const; |
| value | (MgCoordinate) Coordinate reference to find the index of. |