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