|
|
| |
|
|
|
|
|
|
Determines the index of a specific object.
|
|
|
|
| |
|
[C#]
int IndexOf(IndirectObject value)
[Visual Basic]
Function IndexOf(value As IndirectObject) As
Integer
|
|
|
|
| |
| Name
|
Description
|
| value |
The object to locate in the Soup. |
| return |
If found, the index of value, otherwise -1. |
|
|
|
|
| |
|
Determines the index of a specific IndirectObject in the
Soup.
|
|
|
|
| |
|