AGI STK Objects 11Send 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 
[C#]
public bool Contains(
    System.Object time
);
[Managed C++]
public: bool Contains(
    VARIANT time
);
[Java]
public bool contains(
    VARIANT time
);
[Unmanaged C++]
public: HRESULT Contains(
    VARIANT time,
    VARIANT_BOOL * pRetVal
);

Parameters

time

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.