AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| virtual INT32 MgIntCollection::IndexOf |
( |
INT32 |
value |
) |
[virtual] |
Returns the index of the specified item in the collection or -1 if the item does not exist.
.NET Syntax
|
virtual int IndexOf(int value);
|
Java Syntax
|
virtual int IndexOf(int value);
|
PHP Syntax
|
virtual int IndexOf(int value);
|
- Parameters:
-
- Returns:
- Returns the index of the specified item in the collection or -1 if the item does not exist
|