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