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