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