STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT IndexOf(
    VARIANT time,
    long * pRetVal
);
[Java]
public int indexOf(
    AgVariant time
);
[Python - STK API ]
def IndexOf(self, time:typing.Any) -> int:

Parameters

time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.