AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| 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.
.NET Syntax
|
virtual int IndexOf(const MgCurveSegment value) const;
|
Java Syntax
|
virtual int IndexOf(const MgCurveSegment value) const;
|
PHP Syntax
|
virtual int IndexOf(const MgCurveSegment value) const;
|
- Parameters:
-
- Returns:
- The index of the specified curve segment in the collection or -1 if the curve segment does not exist.
|