Determines whether the collection contains the waypoint at the specified time.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal time As System.Object _ ) As Boolean |
[C#] |
---|
public bool Contains( System.Object time ); |
[Managed C++] |
---|
public: bool Contains( VARIANT time ); |
[Java] |
---|
public bool contains( AgVariant time ); |
[Python - STK API ] |
---|
def Contains(self, time:typing.Any) -> bool: |
- time