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