Returns the index of the specified curve string in the collection or -1 if the curve string does not exist.
.NET Syntax
virtual int IndexOf(const MgCurveString value) const;
|
Java Syntax
virtual int IndexOf(const MgCurveString value) const;
|
PHP Syntax
virtual int IndexOf(const MgCurveString value) const;
|
- Parameters:
-
| value | (MgCurveString) curve string reference to find the index of. |
- Returns:
- The index of the specified curve string in the collection or -1 if the curve string does not exist.