STK ObjectsSend comments on this topic.
Contains Method (IAgVeWaypointsCollection)
See Also
time
Windows





Windows & Linux

Description

Determines whether the collection contains the waypoint at the specified time.

Syntax

[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
);
[Unmanaged C++]
public: HRESULT Contains(
    VARIANT time,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool contains(
    AgVariant time
);
[Python - STK API ]
def Contains(self, time:typing.Any) -> bool:

Parameters

time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.