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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface