AGI STK Objects 11 Send comments on this topic.
IndexOf Method (IAgVeWaypointsCollection)
See Also 
Time





Description

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.

Syntax

[Visual Basic .NET]
Public Function IndexOf( _
   ByVal Time As System.Object _
) As Integer

[C#]
public int IndexOf(
System.Object Time
);

[Managed C++]
public: int IndexOf(
VARIANT Time
);

[Java]
public int indexOf(
Variant Time
);

[Unmanaged C++]
public: HRESULT IndexOf(
VARIANT Time,
long * ReturnValue
);

Parameters

Time

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1