Determines whether the collection contains
the specified waypoint and returns an index of existing waypoint.
The index < 0 indicates the way point is not in the
collection.
| [Visual Basic .NET] |
|---|
Public Function IndexOf( _
ByVal Time As System.Object _
) As Integer
|
| [C#] |
|---|
public int IndexOf(
|
| [Managed C++] |
|---|
public: int IndexOf(
|
| [Java] |
|---|
public int indexOf(
|
| [Unmanaged C++] |
|---|
public: HRESULT IndexOf(
|
- Time