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